Class DiskCacheLoader
- java.lang.Object
-
- com.vmware.vipclient.i18n.base.cache.persist.DiskCacheLoader
-
-
Constructor Summary
Constructors Constructor Description DiskCacheLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanclear()booleandelete(java.lang.String key)CacheSnapshotgetCacheSnapshot()booleanisExisting(java.lang.String key)java.util.Map<java.lang.String,java.lang.String>load(java.lang.String key)booleanrefreshCacheSnapshot(CacheSnapshot cacheSnapshot)booleanupdateOrInsert(java.lang.String key, java.lang.String content)
-
-
-
Method Detail
-
load
public java.util.Map<java.lang.String,java.lang.String> load(java.lang.String key)
-
updateOrInsert
public boolean updateOrInsert(java.lang.String key, java.lang.String content)- Specified by:
updateOrInsertin interfaceLoader
-
isExisting
public boolean isExisting(java.lang.String key)
- Specified by:
isExistingin interfaceLoader
-
refreshCacheSnapshot
public boolean refreshCacheSnapshot(CacheSnapshot cacheSnapshot)
- Specified by:
refreshCacheSnapshotin interfaceLoader
-
getCacheSnapshot
public CacheSnapshot getCacheSnapshot()
-
-