Uses of Class
org.greenrobot.essentials.ObjectCache.CacheEntry
Packages that use ObjectCache.CacheEntry
-
Uses of ObjectCache.CacheEntry in org.greenrobot.essentials
Fields in org.greenrobot.essentials with type parameters of type ObjectCache.CacheEntryModifier and TypeFieldDescriptionprivate final Map
<KEY, ObjectCache.CacheEntry<VALUE>> ObjectCache.values
Methods in org.greenrobot.essentials with parameters of type ObjectCache.CacheEntryModifier and TypeMethodDescriptionprivate VALUE
ObjectCache.getValue
(KEY keyForRemoval, ObjectCache.CacheEntry<VALUE> entry) private VALUE
ObjectCache.getValueForRemoved
(ObjectCache.CacheEntry<VALUE> entry)