Uses of Class
org.greenrobot.essentials.ObjectCache.CacheEntry
-
Packages that use ObjectCache.CacheEntry Package Description org.greenrobot.essentials -
-
Uses of ObjectCache.CacheEntry in org.greenrobot.essentials
Fields in org.greenrobot.essentials with type parameters of type ObjectCache.CacheEntry Modifier and Type Field Description private java.util.Map<KEY,ObjectCache.CacheEntry<VALUE>>
ObjectCache. values
Methods in org.greenrobot.essentials with parameters of type ObjectCache.CacheEntry Modifier and Type Method Description private VALUE
ObjectCache. getValue(KEY keyForRemoval, ObjectCache.CacheEntry<VALUE> entry)
private VALUE
ObjectCache. getValueForRemoved(ObjectCache.CacheEntry<VALUE> entry)
-