Uses of Class
de.julielab.java.utilities.cache.CacheService.CachePersistenceType
-
Packages that use CacheService.CachePersistenceType 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.CachePersistenceType in de.julielab.java.utilities.cache
Methods in de.julielab.java.utilities.cache that return CacheService.CachePersistenceType Modifier and Type Method Description static CacheService.CachePersistenceTypeCacheService.CachePersistenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheService.CachePersistenceType[]CacheService.CachePersistenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-