Interface CacheEntryMutatorFactory<K,V>

Type Parameters:
K - the cache entry key type
V - the cache entry value type
All Known Implementing Classes:
EmbeddedCacheEntryComputerFactory, EmbeddedCacheEntryMutatorFactory, RemoteCacheEntryComputerFactory, RemoteCacheEntryMutatorFactory

public interface CacheEntryMutatorFactory<K,V>
Creates a mutator instance for a given cache entry.
Author:
Paul Ferraro