Package com.terminalfour.publish.data
Class PDCache
- java.lang.Object
-
- com.terminalfour.publish.data.PDCache
-
- All Implemented Interfaces:
IPDData
- Direct Known Subclasses:
PDCacheNotFound
public class PDCache extends Object implements IPDData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PDCache.PDCachedItem
-
Constructor Summary
Constructors Constructor Description PDCache(com.terminalfour.publish.cache.PublishCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDCache.PDCachedItem
add(String key, Object val)
boolean
exists(String key)
Object
get(String key)
protected com.terminalfour.publish.cache.PublishCache
getCache()
void
remove(String key)
-