Uses of Interface
com.atlassian.cache.hazelcast.asyncinvalidation.CacheInvalidator
-
Packages that use CacheInvalidator Package Description com.atlassian.cache.hazelcast.asyncinvalidation -
-
Uses of CacheInvalidator in com.atlassian.cache.hazelcast.asyncinvalidation
Methods in com.atlassian.cache.hazelcast.asyncinvalidation that return CacheInvalidator Modifier and Type Method Description <K extends Serializable>
CacheInvalidator<K>CacheInvalidatorFactory. createCacheInvalidator(com.atlassian.cache.Cache<K,?> cache, com.atlassian.cache.ManagedCache managedCache)
Creates aCacheInvalidator
for the givenCache
.Constructors in com.atlassian.cache.hazelcast.asyncinvalidation with parameters of type CacheInvalidator Constructor Description AsyncInvalidationCache(com.atlassian.cache.Cache<K,V> localCache, com.atlassian.cache.ManagedCache localManagedCache, CacheInvalidator<K> invalidator)
AsyncReplicationCache(com.atlassian.cache.Cache<K,V> localCache, com.atlassian.cache.ManagedCache localManagedCache, CacheInvalidator<K> invalidator, CacheReplicator<K,V> replicator)
-