Uses of Enum Class
com.j_spaces.core.cache.CacheOperationReason
Packages that use CacheOperationReason
-
Uses of CacheOperationReason in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache that return CacheOperationReasonModifier and TypeMethodDescriptionstatic CacheOperationReasonReturns the enum constant of this class with the specified name.static CacheOperationReason[]CacheOperationReason.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 CacheOperationReasonModifier and TypeMethodDescriptionvoidCacheManager.touchByEntry(Context context, IEntryHolder entry, boolean modifyOp, ITemplateHolder template, CacheOperationReason cacheOperationReason) -
Uses of CacheOperationReason in com.j_spaces.core.cache.blobStore
Methods in com.j_spaces.core.cache.blobStore with parameters of type CacheOperationReasonModifier and TypeMethodDescriptionvoidBlobStoreCacheHandler.handleOnSpaceOperation(Context context, BlobStoreEntryHolder entry, CacheOperationReason cacheOperationReason) voidIBlobStoreCacheHandler.handleOnSpaceOperation(Context context, BlobStoreEntryHolder entry, CacheOperationReason cacheOperationReason) voidBlobStoreEntryHolder.insertOrTouchInternalCache(Context context, CacheManager cacheManager, CacheOperationReason cacheOperationReason) voidBlobStoreRefEntryCacheInfo.insertOrTouchInternalCache(Context context, CacheManager cacheManager, BlobStoreEntryHolder entry, CacheOperationReason cacheOperationReason) voidIBlobStoreEntryHolder.insertOrTouchInternalCache(Context context, CacheManager cacheManager, CacheOperationReason cacheOperationReason)