Interface CacheEntryCreator<I,V,C>

Type Parameters:
I - the logical identifier of the created value
V - the created value type
C - the context of the created type
All Known Subinterfaces:
BiCacheEntryCreator<I,K,V,C>

public interface CacheEntryCreator<I,V,C>
Creates an entry in a cache.
Author:
Paul Ferraro