Package org.wanghy.cache.interceptor.flush

Interface Summary
CacheFlushAttributeSource Interface used by CacheFlushInterceptor to retrieve the FlushCache attribute that belongs to the intercepted method.
 

Class Summary
AbstractCacheFlushAttributeSource Template for implementations of CacheFlushAttributeSource.
CacheFlushAspectSupport Superclass for aspects that perform cache flushing.
CacheFlushAttributeEditor creates a new instance of FlushCache by parsing a String of the form [cacheProfileIds=csvString][flushBeforeExecution=yes|no/true|false].
CacheFlushAttributeSourceAdvisor Advisor driven by a CacheFlushAttributeSource that points to CacheFlushInterceptor the methods that should be intercepted.
CacheFlushInterceptor Flushes part(s) of the cache when the intercepted method is executed.
FlushCache Metadata attribute used to identify the methods that flush the cache when executed.
MetadataCacheFlushAttributeSource Implementation of CacheFlushAttributeSource that uses source-level metadata attributes.
NameMatchCacheFlushAttributeSource Simple implementation of CacheFlushAttributeSource that allows FlushCache to be matched by registered name.
 



Copyright © 2004-2005 Alex Ruiz. All Rights Reserved.