net.sf.ehcache.constructs.blocking
public interface CacheEntryFactory
Version: $Id: CacheEntryFactory.java 124 2006-06-11 13:44:17Z gregluck $
Method Summary | |
---|---|
Object | createEntry(Object key)
Creates the cacheEntry for the given cache key.
ehcache requires cache entries to be serializable.
|
Returns: The entry, or null if it does not exist.
Throws: Exception On failure creating the object.