Package org.fjank.jcache

All access to the cache is through the class javax.util.jcache.CacheAccess.

See:
          Description

Class Summary
AttributesImpl This class defines the attributes an object in the cache can have.
CacheAccessFactoryImpl A factory for CacheAccess objects.
CacheAccessImpl2 An optimized implementation of CacheAccess.
CacheEventImpl Class to be able to have access to the object key
CacheGroup Class for representin grouops in the cache.
CacheImpl Contains several usefull methods for configuring, administering and monitoring the Cache.
CacheObject Overrides some of the methods for referenceobjects.
CacheOutputStream Class for handlig writes to a StreamCacheObject
CacheRegion This class defines a region in the cache.
CacheSweeper A Runnable class for Sweeping the cache for expired objects.
CacheThreadFactory A thread factory for threads inside FKache.
DefaultCacheLogger Logs all messages to System.out for the moment.
DiskCacheObject A special version of an CacheObject which is used to send and retrieve data to and from the diskcache.
NullObject An object which can be used instead of null.
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...
 

Package org.fjank.jcache Description

All access to the cache is through the class javax.util.jcache.CacheAccess. This package contains implementation classes for FKache, and some have been set to public access for conovenience during development.
These classes should not be used!
If you use these classes directly without going through the interfaces, you run the risk of a high maintenance cost as these classes may be changed without notice, and you create a tight coupling to this implementation.



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