Package com.atlassian.bamboo.cluster.atlassiancache
-
Interface Summary Interface Description CachedReferenceRemoteAccessor The API for dealing with cached references related action originating from remote nodes.CacheRemoteAccessor The API for executing common cache operations originating from remote nodes. -
Class Summary Class Description GrpcBackedCache<K,V> A cluster-awareCache
backed by a gRPC transport that transforms keys/values using XStream serialization/deserialization.GrpcBackedCachedReference<V> A cluster-awareCachedReference
backed by a gRPC transport.GrpcBackedCacheManager Cache manager that maintains both local and cluster-aware caches/cached references.ManagedCacheSupport Common implementation ofManagedCache
for gRPC backed caches.