public interface CacheEntryFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createEntry(java.lang.Object key)
Creates the cacheEntry for the given cache key.
|
java.lang.Object createEntry(java.lang.Object key) throws java.lang.Exception
java.lang.Exception
- On failure creating the object.