Package org.kuali.rice.kns.util.cache

Classes that implement method caching for the application.

See:
          Description

Class Summary
CopiedObject<T extends Serializable> Container class to simplify getting both a deepCopied object and its size returned from a single call to deepCopy.
FastByteArrayInputStream ByteArrayInputStream implementation that does not synchronize methods.
FastByteArrayOutputStream ByteArrayOutputStream implementation that doesn't synchronize methods and doesn't copy the data on toByteArray().
MethodCacheInterceptor begin Kuali Foundation modification This class implements org.aopalliance.intercept.MethodInterceptor.
MethodCacheNoCopyInterceptor begin Kuali Foundation modification This class implements org.aopalliance.intercept.MethodInterceptor.
MethodResultsCacheMonitor MethodCacheMonitor
MethodResultsCacheNoCopyMonitor MethodCacheMonitor
ObjectCacheOSCacheImpl ObjectCacheOSCacheImpl Original source http://db.apache.org/ojb/docu/guides/objectcache.html#oscache We use the extended caching interface ObjectCacheInternalto allow usage of this implementation in ObjectCacheTwoLevelImpl.
OSCacheMonitor Monitor entry-related events for a cache.
PersistenceCacheMonitor MethodCacheMonitor
 

Exception Summary
CacheException CacheException
 

Package org.kuali.rice.kns.util.cache Description

Classes that implement method caching for the application.



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.