Uses of Enum Class
com.j_spaces.core.cache.CacheManager.RecentDeleteCodes
Packages that use CacheManager.RecentDeleteCodes
-
Uses of CacheManager.RecentDeleteCodes in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache that return CacheManager.RecentDeleteCodesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CacheManager.RecentDeleteCodes[]CacheManager.RecentDeleteCodes.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.RecentDeleteCodesModifier and TypeMethodDescriptionbooleanCacheManager.removeEntryFromCache(IEntryHolder entryHolder, boolean initiatedByEvictionStrategy, boolean locked, IEntryCacheInfo pEntry, CacheManager.RecentDeleteCodes recentDeleteUsage) Removes the specified entry from cache.