Uses of Enum Class
org.greenrobot.essentials.ObjectCache.ReferenceType
Packages that use ObjectCache.ReferenceType
-
Uses of ObjectCache.ReferenceType in org.greenrobot.essentials
Fields in org.greenrobot.essentials declared as ObjectCache.ReferenceTypeModifier and TypeFieldDescriptionprivate final ObjectCache.ReferenceTypeObjectCache.referenceTypeMethods in org.greenrobot.essentials that return ObjectCache.ReferenceTypeModifier and TypeMethodDescriptionstatic ObjectCache.ReferenceTypeReturns the enum constant of this class with the specified name.static ObjectCache.ReferenceType[]ObjectCache.ReferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.greenrobot.essentials with parameters of type ObjectCache.ReferenceTypeModifierConstructorDescriptionObjectCache(ObjectCache.ReferenceType referenceType, int maxSize, long expirationMillis) Create a cache according to the given configuration.