Uses of Class
com.loomcache.server.cache.NearCacheInvalidationManager
Packages that use NearCacheInvalidationManager
-
Uses of NearCacheInvalidationManager in com.loomcache.server.handler
Methods in com.loomcache.server.handler with parameters of type NearCacheInvalidationManagerModifier and TypeMethodDescriptionvoidBatchExecutionHandler.setNearCacheInvalidationManager(@Nullable NearCacheInvalidationManager manager) Install the near-cache invalidation manager.voidDataOperationHandler.setNearCacheInvalidationManager(@Nullable NearCacheInvalidationManager manager) Set the near cache invalidation manager for server-push invalidation.voidQueryHandler.setNearCacheInvalidationManager(@Nullable NearCacheInvalidationManager manager) -
Uses of NearCacheInvalidationManager in com.loomcache.server.transaction.twopc
Methods in com.loomcache.server.transaction.twopc with parameters of type NearCacheInvalidationManagerModifier and TypeMethodDescriptionvoidTwoPhaseParticipant.setNearCacheInvalidationManager(@Nullable NearCacheInvalidationManager manager)