Class DistributableCache<K,​V extends Identifiable<K> & Contextual<Batch>>

  • Type Parameters:
    K - the cache key type
    V - the cache value type
    All Implemented Interfaces:
    Cache<K,​V>, Restartable, AffinitySupport<K>

    public class DistributableCache<K,​V extends Identifiable<K> & Contextual<Batch>>
    extends Object
    implements Cache<K,​V>
    Distributable Cache implementation. This object is responsible for:
    • Group association based on creation context
    • Batching of bean manager operations
    Author:
    Paul Ferraro