Uses of Enum Class
com.j_spaces.core.cache.CacheManager.InitialLoadOrigin
Packages that use CacheManager.InitialLoadOrigin
-
Uses of CacheManager.InitialLoadOrigin in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache that return CacheManager.InitialLoadOriginModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CacheManager.InitialLoadOrigin[]CacheManager.InitialLoadOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.j_spaces.core.cache with parameters of type CacheManager.InitialLoadOriginModifier and TypeMethodDescriptionCacheManager.safeInsertEntryToCache(Context context, IEntryHolder entryHolder, boolean newEntry, TypeData pType, boolean pin, CacheManager.InitialLoadOrigin fromInitialLoad) Inserts the specified entry to cache, perform memory manager check.