Uses of Class
de.julielab.java.utilities.cache.CacheService.CacheType
-
Packages that use CacheService.CacheType 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 CacheService.CacheType in de.julielab.java.utilities.cache
Methods in de.julielab.java.utilities.cache that return CacheService.CacheType Modifier and Type Method Description CacheService.CacheTypeCacheConfiguration. getCacheType()static CacheService.CacheTypeCacheService.CacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheService.CacheType[]CacheService.CacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.julielab.java.utilities.cache with parameters of type CacheService.CacheType Constructor Description CacheConfiguration(CacheService.CacheType cacheType, File localCacheDir, String remoteCacheHost, int remoteCachePort, boolean readOnly)
-