public interface CacheEntryFactory
Modifier and Type | Method and Description |
---|---|
Object |
createEntry(Object key)
Creates the cacheEntry for the given cache key.
|
Object createEntry(Object key) throws Exception
Exception
- On failure creating the object.Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.