Interface CacheEntryMutatorFactory<K,V>

Type Parameters:
K - the cache entry key type
V - the cache entry value type

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