Uses of Interface
com.atlassian.cache.hazelcast.asyncinvalidation.CacheReplicator
Packages that use CacheReplicator
-
Uses of CacheReplicator in com.atlassian.cache.hazelcast.asyncinvalidation
Methods in com.atlassian.cache.hazelcast.asyncinvalidation that return CacheReplicatorModifier and TypeMethodDescription<K extends Serializable,
V>
CacheReplicator<K, V> CacheInvalidatorFactory.createCacheReplicator
(com.atlassian.cache.Cache<K, V> localCache) Constructors in com.atlassian.cache.hazelcast.asyncinvalidation with parameters of type CacheReplicatorModifierConstructorDescriptionAsyncReplicationCache
(com.atlassian.cache.Cache<K, V> localCache, com.atlassian.cache.ManagedCache localManagedCache, CacheInvalidator<K> invalidator, CacheReplicator<K, V> replicator)