Uses of Interface
net.sf.jso.cache.CacheInfo

Packages that use CacheInfo
net.sf.jso.cache   
net.sf.jso.storage   
 

Uses of CacheInfo in net.sf.jso.cache
 

Classes in net.sf.jso.cache that implement CacheInfo
 class LRUCache
           
 class MemoryCache
           
 class PriorityCache
           
 

Methods in net.sf.jso.cache that return CacheInfo
 CacheInfo MemoryCache.getCacheInfo()
           
 CacheInfo LRUCache.getCacheInfo()
           
 CacheInfo Cache.getCacheInfo()
          Gets cache information.
 CacheInfo PriorityCache.getCacheInfo()
           
 CacheInfo ObjectDataCache.getCacheInfo()
          Gets cache information.
 CacheInfo JSOObjectDataCache.getCacheInfo()
          Gets cache information.
 

Uses of CacheInfo in net.sf.jso.storage
 

Methods in net.sf.jso.storage that return CacheInfo
 CacheInfo ObjectManager.getCacheInfo()
          Gets cache information.
 CacheInfo JSOObjectManager.getCacheInfo()
          Gets cache information.
 CacheInfo JSODataManager.getCacheInfo()
          Gets cache information.
 CacheInfo DataManager.getCacheInfo()
          Gets cache information.