Uses of Enum Class
org.greenrobot.essentials.ObjectCache.ReferenceType
Packages that use ObjectCache.ReferenceType
-
Uses of ObjectCache.ReferenceType in org.greenrobot.essentials
Subclasses with type arguments of type ObjectCache.ReferenceType in org.greenrobot.essentialsMethods 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.