Uses of Class
org.fjank.jcache.CacheObject

Packages that use CacheObject
org.fjank.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
org.fjank.jcache.persistence This package contains implementation classes for FKache's disk persistence system , and some have been set to public access for conovenience during development. 
 

Uses of CacheObject in org.fjank.jcache
 

Subclasses of CacheObject in org.fjank.jcache
 class StreamCacheObject
          A cacheobject which reads/writes the content with the aid of Input/Outputstreams Contains an internal reference to the wrapped object, so the override of SoftReference is probably broken on this object...
 

Methods in org.fjank.jcache that return CacheObject
 CacheObject DiskCacheObject.getCacheObject()
           
 CacheObject CacheGroup.replace(Object name, CacheObject object)
          Will create a new version of the object indentified by the name, replacing the current version with the object specified.
 

Methods in org.fjank.jcache with parameters of type CacheObject
 void CacheGroup.put(Object name, CacheObject object, Object realObject)
          puts the named object into this group.
 void CacheGroup.removeMe(CacheObject object)
          removes the object from this group.
 CacheObject CacheGroup.replace(Object name, CacheObject object)
          Will create a new version of the object indentified by the name, replacing the current version with the object specified.
 

Constructors in org.fjank.jcache with parameters of type CacheObject
DiskCacheObject(CacheObject object)
           
 

Uses of CacheObject in org.fjank.jcache.persistence
 

Methods in org.fjank.jcache.persistence that return CacheObject
 CacheObject DiskCache.getObject(Serializable key)
          gets an object from the diskCache
 

Methods in org.fjank.jcache.persistence with parameters of type CacheObject
 org.fjank.jcache.persistence.DiskElementDescriptor CacheFileAdapter.appendObject(CacheObject obj)
          adds an object to the diskcache.
 boolean DiskCache.update(CacheObject cacheElement)
          Adds the provided element to the cache.
 



Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.