Uses of Interface
com.atlassian.cache.hazelcast.asyncinvalidation.CacheReplicator
-
Packages that use CacheReplicator Package Description com.atlassian.cache.hazelcast.asyncinvalidation -
-
Uses of CacheReplicator in com.atlassian.cache.hazelcast.asyncinvalidation
Methods in com.atlassian.cache.hazelcast.asyncinvalidation that return CacheReplicator Modifier and Type Method Description <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 CacheReplicator Constructor Description AsyncReplicationCache(com.atlassian.cache.Cache<K,V> localCache, com.atlassian.cache.ManagedCache localManagedCache, CacheInvalidator<K> invalidator, CacheReplicator<K,V> replicator)
-