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