Uses of Class
org.greenrobot.essentials.ObjectCache.ReferenceType
-
Packages that use ObjectCache.ReferenceType Package Description org.greenrobot.essentials -
-
Uses of ObjectCache.ReferenceType in org.greenrobot.essentials
Fields in org.greenrobot.essentials declared as ObjectCache.ReferenceType Modifier and Type Field Description private ObjectCache.ReferenceType
ObjectCache. referenceType
Methods in org.greenrobot.essentials that return ObjectCache.ReferenceType Modifier and Type Method Description static ObjectCache.ReferenceType
ObjectCache.ReferenceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ObjectCache.ReferenceType[]
ObjectCache.ReferenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.greenrobot.essentials with parameters of type ObjectCache.ReferenceType Constructor Description ObjectCache(ObjectCache.ReferenceType referenceType, int maxSize, long expirationMillis)
Create a cache according to the given configuration.
-