Class CacheComputeMutatorFactory<K,​V,​O>

  • Type Parameters:
    K - the cache key type
    V - the cache value type
    O - the function operand type
    All Implemented Interfaces:
    MutatorFactory<K,​O>

    public class CacheComputeMutatorFactory<K,​V,​O>
    extends Object
    implements MutatorFactory<K,​O>
    Factory that creates compute-based Mutator instances.
    Author:
    Paul Ferraro