|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectCache | |
net.sf.ashkay | Ashkay is a strategy based caching tool. |
net.sf.ashkay.strategies |
Uses of ObjectCache in net.sf.ashkay |
Methods in net.sf.ashkay that return ObjectCache | |
ObjectCache |
CacheEntry.getCache()
|
ObjectCache |
ObjectCache.addStrategy(CachingStrategy aStrategy)
Adds a caching strategy to this cache |
ObjectCache |
ObjectCache.removeStrategy(CachingStrategy aStrategy)
Removes a strategy from this cache |
Methods in net.sf.ashkay with parameters of type ObjectCache | |
void |
CacheEntry.setCache(ObjectCache myCache)
|
Constructors in net.sf.ashkay with parameters of type ObjectCache | |
CacheEntry(java.lang.Object entryKey,
java.lang.Object entryObject,
java.util.Map entryProperties,
ObjectCache theCache)
|
Uses of ObjectCache in net.sf.ashkay.strategies |
Methods in net.sf.ashkay.strategies that return ObjectCache | |
ObjectCache |
SoftReferenceCacheEntry.getCache()
|
Methods in net.sf.ashkay.strategies with parameters of type ObjectCache | |
void |
SoftReferenceCacheEntry.setCache(ObjectCache myCache)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |