Uses of Class
de.julielab.java.utilities.cache.CacheAccess
-
Packages that use CacheAccess Package Description de.julielab.java.utilities.cache The cache package organizes the usage of local or remote (socket-connected) caches based on the MapDB library (http://www.mapdb.org/). -
-
Uses of CacheAccess in de.julielab.java.utilities.cache
Subclasses of CacheAccess in de.julielab.java.utilities.cache Modifier and Type Class Description classLocalFileCacheAccess<K,V>classNoOpCacheAccess<K,V>classRemoteCacheAccess<K,V>Methods in de.julielab.java.utilities.cache that return CacheAccess Modifier and Type Method Description <K,V>
CacheAccess<K,V>CacheService. getCacheAccess(String cacheId, String cacheRegion, String keySerializerName, String valueSerializerName)This is the method to acquire an actual cache object.<K,V>
CacheAccess<K,V>CacheService. getCacheAccess(String cacheId, String cacheRegion, String keySerializerName, String valueSerializerName, long memCacheSize)This is the method to acquire an actual cache object.<K,V>
CacheAccess<K,V>CacheService. getCacheAccess(String cacheId, String cacheRegion, String keySerializerName, String valueSerializerName, CacheMapSettings mapSettings)
-