Interface Loader
-
- All Known Implementing Classes:
DiskCacheLoader
public interface Loader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanclear()booleandelete(String key)booleanisExisting(String key)Map<String,String>load(String key)booleanrefreshCacheSnapshot(CacheSnapshot cacheSnapshot)booleanupdateOrInsert(String key, String content)
-
-
-
Method Detail
-
delete
boolean delete(String key)
-
isExisting
boolean isExisting(String key)
-
clear
boolean clear()
-
refreshCacheSnapshot
boolean refreshCacheSnapshot(CacheSnapshot cacheSnapshot)
-
-