Uses of Class
com.mclarkdev.tools.libobjectcache.LibObjectCacheCachedObject
-
-
Uses of LibObjectCacheCachedObject in com.mclarkdev.tools.libobjectcache
Methods in com.mclarkdev.tools.libobjectcache that return LibObjectCacheCachedObject Modifier and Type Method Description LibObjectCacheCachedObjectLibObjectCache. get(String key)LibObjectCacheCachedObjectLibObjectCache. remove(String key)Methods in com.mclarkdev.tools.libobjectcache that return types with arguments of type LibObjectCacheCachedObject Modifier and Type Method Description ConcurrentHashMap.KeySetView<String,LibObjectCacheCachedObject>LibObjectCache. getKeys()Methods in com.mclarkdev.tools.libobjectcache with parameters of type LibObjectCacheCachedObject Modifier and Type Method Description voidLibObjectCache. put(String key, LibObjectCacheCachedObject value)
-