A B C D E F G H I J L M N O P R S T V

A

AbstractCacheEntry - class org.wanghy.cache.AbstractCacheEntry.
Template for cache entries that adds support for time expiration.
AbstractCacheEntry() - Constructor for class org.wanghy.cache.AbstractCacheEntry
Constructor.
AbstractCacheFlushAttributeSource - class org.wanghy.cache.interceptor.flush.AbstractCacheFlushAttributeSource.
Template for implementations of CacheFlushAttributeSource.
AbstractCacheFlushAttributeSource() - Constructor for class org.wanghy.cache.interceptor.flush.AbstractCacheFlushAttributeSource
Constructor.
AbstractCacheProfileEditor - class org.wanghy.cache.provider.AbstractCacheProfileEditor.
Creates a new instance of CacheProfile by parsing a String of the form [propertyName1=propertyValue1][propertyName2=propertyValue2][propertyNameN=propertyValueN].
AbstractCacheProfileEditor() - Constructor for class org.wanghy.cache.provider.AbstractCacheProfileEditor
Constructor.
AbstractCacheProviderFacadeImpl - class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl.
Template for implementations of CacheProviderFacade.
AbstractCacheProviderFacadeImpl() - Constructor for class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Constructor.
AbstractCachingAttributeSource - class org.wanghy.cache.interceptor.caching.AbstractCachingAttributeSource.
Template for implementations of CachingAttributeSource.
AbstractCachingAttributeSource() - Constructor for class org.wanghy.cache.interceptor.caching.AbstractCachingAttributeSource
Constructor.
AbstractConfigurationResourceCacheManagerFactoryBean - class org.wanghy.cache.provider.AbstractConfigurationResourceCacheManagerFactoryBean.
Template for factories of cache managers configured through a file.
AbstractConfigurationResourceCacheManagerFactoryBean() - Constructor for class org.wanghy.cache.provider.AbstractConfigurationResourceCacheManagerFactoryBean
Constructor.
AbstractMetadataCacheAttributeSource - class org.wanghy.cache.interceptor.AbstractMetadataCacheAttributeSource.
Template for classes that retrieve a source-level metadata attribute from a method.
AbstractMetadataCacheAttributeSource() - Constructor for class org.wanghy.cache.interceptor.AbstractMetadataCacheAttributeSource
Constructor.
AbstractNameMatchCacheAttributeSource - class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource.
Template for classes that allow attributes to be matched by registered name.
AbstractNameMatchCacheAttributeSource() - Constructor for class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Constructor.
AbstractSingleMetadataCacheAttributeSource - class org.wanghy.cache.interceptor.AbstractSingleMetadataCacheAttributeSource.
Template for classes that retrieve a single source-level metadata attribute per class method.
AbstractSingleMetadataCacheAttributeSource() - Constructor for class org.wanghy.cache.interceptor.AbstractSingleMetadataCacheAttributeSource
Constructor.
AbstractSingletonCacheManagerFactoryBean - class org.wanghy.cache.provider.AbstractSingletonCacheManagerFactoryBean.
Template for singleton factories of cache managers.
AbstractSingletonCacheManagerFactoryBean() - Constructor for class org.wanghy.cache.provider.AbstractSingletonCacheManagerFactoryBean
Constructor.
addAttribute(String, CacheAttribute) - Method in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Add an attribute for a caching method.
addCachingAttribute(Class, String, Cached) - Method in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Adds a new entry to MethodMapCachingAttributeSource.attributeMap using the methods which name that match the given method name as the entry key and the given caching attribute as the entry value.
addCachingAttribute(Method, Cached) - Method in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Adds a new entry to MethodMapCachingAttributeSource.attributeMap using the given method as key and the given caching attribute as value.
addCachingAttribute(String, Cached) - Method in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Adds a new entry to MethodMapCachingAttributeSource.attributeMap using the methods which name that match the given fully qualified name as the entry key and the given caching attribute as the entry value.
addCachingAttribute(String, Cached) - Method in class org.wanghy.cache.interceptor.caching.NameMatchCachingAttributeSource
Add a caching attribute for a caching method.
addProperty(String, Properties) - Static method in class org.wanghy.cache.util.BracketSeparatedPropertiesParser
Takes a String of form "key=value", splits it into two Strings ("key" and "value") and adds them to the set of parsed properties as a new entry.
afterPropertiesSet() - Method in class org.wanghy.cache.interceptor.caching.CachingInterceptor
Event raised by the Spring container indicating that all the properties of this class has been set.
afterPropertiesSet() - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Creates the proxy for CacheProxyFactoryBean.target.
afterPropertiesSet() - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Validates the properties of this class after being set by the BeanFactory.
afterPropertiesSet() - Method in class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean
Builds the cache manager after all the properties of this factory has been set by the BeanFactory.
afterPropertiesSet() - Method in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Builds the cache manager after all the properties of this factory has been set by the BeanFactory.
afterPropertiesSet() - Method in class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean
Builds the cache manager after all the properties of this factory has been set by the BeanFactory.
append(int) - Method in class org.wanghy.cache.key.HashCodeCalculator
Recalculates HashCodeCalculator.checkSum and HashCodeCalculator.hashCode using the specified value.
attributeMap - Variable in class org.wanghy.cache.interceptor.AbstractMetadataCacheAttributeSource
Map that caches the source-level metadata attributes found for classes and methods.
attributeMap - Variable in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Map containing instances of CacheAttribute.
attributeMap - Variable in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Map containing instances of Cached.
attributes - Variable in class org.wanghy.cache.interceptor.caching.MetadataCachingAttributeSource
Underlying Attributes implementation we're using.
attributes - Variable in class org.wanghy.cache.interceptor.flush.MetadataCacheFlushAttributeSource
Underlying Attributes implementation we're using.

B

BracketSeparatedPropertiesParser - class org.wanghy.cache.util.BracketSeparatedPropertiesParser.
Takes a String of form [key1=value1][key2=value2][keyN=valueN], parses it and creates a java.util.Properties where each value between brakets is an entry of such set of properties.
BracketSeparatedPropertiesParser() - Constructor for class org.wanghy.cache.util.BracketSeparatedPropertiesParser
 

C

CacheAttribute - interface org.wanghy.cache.CacheAttribute.
Source-level metadata attribute.
CacheFlushAspectSupport - class org.wanghy.cache.interceptor.flush.CacheFlushAspectSupport.
Superclass for aspects that perform cache flushing.
CacheFlushAspectSupport() - Constructor for class org.wanghy.cache.interceptor.flush.CacheFlushAspectSupport
Constructor.
CacheFlushAttributeEditor - class org.wanghy.cache.interceptor.flush.CacheFlushAttributeEditor.
creates a new instance of FlushCache by parsing a String of the form [cacheProfileIds=csvString][flushBeforeExecution=yes|no/true|false].
CacheFlushAttributeEditor() - Constructor for class org.wanghy.cache.interceptor.flush.CacheFlushAttributeEditor
Constructor.
CacheFlushAttributeSource - interface org.wanghy.cache.interceptor.flush.CacheFlushAttributeSource.
Interface used by CacheFlushInterceptor to retrieve the FlushCache attribute that belongs to the intercepted method.
CacheFlushAttributeSourceAdvisor - class org.wanghy.cache.interceptor.flush.CacheFlushAttributeSourceAdvisor.
Advisor driven by a CacheFlushAttributeSource that points to CacheFlushInterceptor the methods that should be intercepted.
CacheFlushAttributeSourceAdvisor(CacheFlushInterceptor) - Constructor for class org.wanghy.cache.interceptor.flush.CacheFlushAttributeSourceAdvisor
Constructor.
CacheFlushInterceptor - class org.wanghy.cache.interceptor.flush.CacheFlushInterceptor.
Flushes part(s) of the cache when the intercepted method is executed.
CacheFlushInterceptor() - Constructor for class org.wanghy.cache.interceptor.flush.CacheFlushInterceptor
Constructor.
CacheKey - interface org.wanghy.cache.key.CacheKey.
Marker interface that identifies objects to can be used as keys for cache entries.
CacheKeyGenerator - interface org.wanghy.cache.key.CacheKeyGenerator.
Generates the key to retrive/save objects from/to the cache.
CacheProfile - interface org.wanghy.cache.provider.CacheProfile.
Set of configuration options needed for: Retrieving an entry from the cache Storing an object in the cache Flushing the cache
CacheProfileValidator - interface org.wanghy.cache.provider.CacheProfileValidator.
Validates the properties of cache profiles.
CacheProviderFacade - interface org.wanghy.cache.provider.CacheProviderFacade.
Unified interface for different cache providers.
CacheProxyFactoryBean - class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean.
Proxy factory bean for simplified declarative caching services.
CacheProxyFactoryBean() - Constructor for class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Constructor.
CacheWrapperException - exception org.wanghy.cache.CacheWrapperException.
Run-time exception that wraps any instance of Throwable or any of its subclasses thrown when: Retrieving an entry from the cache Storing an object to the cache Flushing the cache
CacheWrapperException(String, Throwable) - Constructor for class org.wanghy.cache.CacheWrapperException
Constructor.
Cached - class org.wanghy.cache.interceptor.caching.Cached.
Source-level metadata attribute that identifies the methods which return value should be stored in the cache.
Cached() - Constructor for class org.wanghy.cache.interceptor.caching.Cached
Constructor.
Cached(String) - Constructor for class org.wanghy.cache.interceptor.caching.Cached
Constructor.
CachingAspectSupport - class org.wanghy.cache.interceptor.caching.CachingAspectSupport.
Superclass for aspects that perform caching.
CachingAspectSupport() - Constructor for class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Constructor.
CachingAttributeEditor - class org.wanghy.cache.interceptor.caching.CachingAttributeEditor.
Creates a new instance of Cached by parsing a String of the form [cacheProfileId=value].
CachingAttributeEditor() - Constructor for class org.wanghy.cache.interceptor.caching.CachingAttributeEditor
Constructor.
CachingAttributeSource - interface org.wanghy.cache.interceptor.caching.CachingAttributeSource.
Returns an instance of Cached from the intercepted method.
CachingAttributeSourceAdvisor - class org.wanghy.cache.interceptor.caching.CachingAttributeSourceAdvisor.
Advisor driven by a CachingAttributeSource that points to CachingInterceptor which methods should be intercepted.
CachingAttributeSourceAdvisor(CachingInterceptor) - Constructor for class org.wanghy.cache.interceptor.caching.CachingAttributeSourceAdvisor
Constructor.
CachingAttributeSourceEditor - class org.wanghy.cache.interceptor.caching.CachingAttributeSourceEditor.
Property editor that creates a new instance of MethodMapCachingAttributeSource by parsing a given String.
CachingAttributeSourceEditor() - Constructor for class org.wanghy.cache.interceptor.caching.CachingAttributeSourceEditor
 
CachingInterceptor - class org.wanghy.cache.interceptor.caching.CachingInterceptor.
Caches the return value of the intercepted method.
CachingInterceptor() - Constructor for class org.wanghy.cache.interceptor.caching.CachingInterceptor
Constructor.
cache - Variable in class org.wanghy.cache.provider.lru.LruMapCacheManager
Map used as cache.
cacheFlushAttributeSource - Variable in class org.wanghy.cache.interceptor.flush.CacheFlushAspectSupport
Retrieves source-level metadata attributes from class methods.
cacheFlushAttributeSource - Variable in class org.wanghy.cache.interceptor.flush.CacheFlushAttributeSourceAdvisor
Retrieves instances of FlushCache for intercepted methods.
cacheFlushInterceptor - Variable in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Interceptor that performs cache flushing/invalidation when the advised methods are executed.
cacheKeyGenerator - Variable in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Generates the key of a cache entry.
cacheManager - Variable in class org.wanghy.cache.provider.ehcache.EhcacheFacade
EHCache cache manager.
cacheManager - Variable in class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean
The cache manager managed by this factory.
cacheManager - Variable in class org.wanghy.cache.provider.jcs.JcsFacade
JCS cache manager.
cacheManager - Variable in class org.wanghy.cache.provider.lru.LruCacheFacade
Cache manager.
cacheManager - Variable in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
The cache manager managed by this factory.
cacheManager - Variable in class org.wanghy.cache.provider.oscache.OscacheFacade
OSCache cache manager.
cacheManager - Variable in class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean
The cache manager managed by this factory.
cacheName - Variable in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Name of the cache.
cacheName - Variable in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Name of the JCS Cache.
cacheProfileId - Variable in class org.wanghy.cache.interceptor.caching.Cached
The id of the cache profile to use.
cacheProfileIds - Variable in class org.wanghy.cache.interceptor.flush.FlushCache
Ids of the cache profiles to be used to flush the cache.
cacheProfileMapValidated - Variable in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Flag that indicates if the cache profiles in AbstractCacheProviderFacadeImpl.cacheProfiles were validated or not.
cacheProfileValidator - Variable in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileEditor
Validates the properties of the EhcacheCacheProfile to create.
cacheProfileValidator - Variable in class org.wanghy.cache.provider.jcs.JcsCacheProfileEditor
Validates the properties of the JcsCacheProfile to create.
cacheProfileValidator - Variable in class org.wanghy.cache.provider.lru.LruCacheProfileEditor
Validates the properties of the instances of LruCacheProfile to create.
cacheProfiles - Variable in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Map that stores implementations of CacheProfile.
cacheProviderFacade - Variable in class org.wanghy.cache.interceptor.caching.CachingInterceptor
Cache provider facade.
cacheProviderFacade - Variable in class org.wanghy.cache.interceptor.flush.CacheFlushInterceptor
Cache provider.
cachingAttributeSource - Variable in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Retrieves metadata attributes from class methods.
cachingAttributeSource - Variable in class org.wanghy.cache.interceptor.caching.CachingAttributeSourceAdvisor
Retrieves instances of Cached for intercepted methods.
cachingInterceptor - Variable in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Interceptor that performs caching of the returned values of the advised methods.
cancelCacheUpdate(Serializable) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
 
cancelCacheUpdate(Serializable) - Method in interface org.wanghy.cache.provider.CacheProviderFacade
Cancels the update being made to the cache.
checkSum - Variable in class org.wanghy.cache.key.HashCodeCacheKey
Number that helps keep the uniqueness of this key.
checkSum - Variable in class org.wanghy.cache.key.HashCodeCalculator
Checksum to build.
clear() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Clears the cache.
clear() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
configLocation - Variable in class org.wanghy.cache.provider.AbstractConfigurationResourceCacheManagerFactoryBean
Location of the configuration file for the cache manager to build.
content - Variable in class org.wanghy.cache.AbstractCacheEntry
The object to store in the cache.
count - Variable in class org.wanghy.cache.key.HashCodeCalculator
Counts the number of times HashCodeCalculator.append(int) is executed.
createCacheProfile(Properties) - Method in class org.wanghy.cache.provider.AbstractCacheProfileEditor
Creates a new instance of CacheProfile from the specified properties.
createCacheProfile(Properties) - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileEditor
Creates a new instance of EhcacheCacheProfile from the specified set of properties.
createCacheProfile(Properties) - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfileEditor
Creates a new instance of JcsCacheProfile from the specified set of properties.
createCacheProfile(Properties) - Method in class org.wanghy.cache.provider.lru.LruCacheProfileEditor
Creates a new instance of LruCacheProfile from the specified set of properties.
createCacheProfile(Properties) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfileEditor
Creates a new instance of OscacheCacheProfile from the specified set of properties.
createTargetSource(Object) - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Set the target or TargetSource.
cronExpression - Variable in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
A cron expression that the age of the cache entry will be compared to.

D

DEFAULT_MAX_SIZE - Static variable in class org.wanghy.cache.provider.lru.LruMapCacheManager
Default maximum size of the cache.
destroy() - Method in class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean
Shuts down the cache manager before this factory is destroyed by the BeanFactory.
destroy() - Method in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Shuts down the cache manager before this factory is destroyed by the BeanFactory.
destroy() - Method in class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean
Shuts down the cache manager before this factory is destroyed by the BeanFactory.

E

EhcacheCacheProfile - class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile.
Set of configuration options needed for: Retrieving an entry from a EHCache cache Storing an object in a EHCache cache Flushing one EHCache cache
EhcacheCacheProfile() - Constructor for class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Constructor.
EhcacheCacheProfileEditor - class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileEditor.
Creates a new instance of EhcacheCacheProfile by parsing a String of the form [cacheName=value].
EhcacheCacheProfileEditor() - Constructor for class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileEditor
Constructor.
EhcacheCacheProfileValidator - class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileValidator.
Validates the properties of a EhcacheCacheProfile.
EhcacheCacheProfileValidator() - Constructor for class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileValidator
Constructor.
EhcacheElement - class org.wanghy.cache.provider.ehcache.EhcacheElement.
Subclass of net.sf.ehcache.Element that overrides the equals(Object) method to make the testing of EhcacheFacade easier.
EhcacheElement(Serializable, Serializable) - Constructor for class org.wanghy.cache.provider.ehcache.EhcacheElement
Constructor.
EhcacheElement(Serializable, Serializable, long) - Constructor for class org.wanghy.cache.provider.ehcache.EhcacheElement
Constructor.
EhcacheFacade - class org.wanghy.cache.provider.ehcache.EhcacheFacade.
Delegates the caching functionality to EHCache.
EhcacheFacade() - Constructor for class org.wanghy.cache.provider.ehcache.EhcacheFacade
Constructor.
EntryRetrievalException - exception org.wanghy.cache.EntryRetrievalException.
Exception thrown when an unexpected error takes place when retrieving an entry from the cache.
EntryRetrievalException(String) - Constructor for class org.wanghy.cache.EntryRetrievalException
Constructor.
EntryStoredListener - interface org.wanghy.cache.interceptor.caching.EntryStoredListener.
Receives a notification that a new entry was stored in the cache.
entryStoredListener - Variable in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Listener being notified each time an entry is stored in the cache.
equals(Object) - Method in class org.wanghy.cache.AbstractCacheEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.interceptor.caching.Cached
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.key.HashCodeCacheKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.provider.ehcache.EhcacheElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.provider.jcs.JcsCacheElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.provider.lru.LruCacheEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Indicates whether some other object is "equal to" this one.

F

FlushCache - class org.wanghy.cache.interceptor.flush.FlushCache.
Metadata attribute used to identify the methods that flush the cache when executed.
FlushCache() - Constructor for class org.wanghy.cache.interceptor.flush.FlushCache
Constructor.
FlushCache(String) - Constructor for class org.wanghy.cache.interceptor.flush.FlushCache
Constructor.
FlushCache(String, boolean) - Constructor for class org.wanghy.cache.interceptor.flush.FlushCache
Constructor.
FlushCache(String[]) - Constructor for class org.wanghy.cache.interceptor.flush.FlushCache
Constructor.
FlushCache(String[], boolean) - Constructor for class org.wanghy.cache.interceptor.flush.FlushCache
Constructor.
failQuietlyEnabled - Variable in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Flag that indicates if an exception should thrown or not when an error occurrs when accessing the cache provider.
findAllAttributes(Method) - Method in class org.wanghy.cache.interceptor.AbstractMetadataCacheAttributeSource
Subclasses should implement this method to return all the metadata attributes from the specified method.
findAllAttributes(Method) - Method in class org.wanghy.cache.interceptor.caching.MetadataCachingAttributeSource
 
findAllAttributes(Method) - Method in class org.wanghy.cache.interceptor.flush.MetadataCacheFlushAttributeSource
 
findAttribute(Collection) - Method in class org.wanghy.cache.interceptor.AbstractSingleMetadataCacheAttributeSource
Returns an instance of CacheAttribute, given this set of metadata attributes attached to a method or class.
findAttribute(Collection) - Method in class org.wanghy.cache.interceptor.caching.AbstractCachingAttributeSource
 
findAttribute(Collection) - Method in class org.wanghy.cache.interceptor.flush.AbstractCacheFlushAttributeSource
 
flushBeforeExecution - Variable in class org.wanghy.cache.interceptor.flush.FlushCache
Flag that indicates if the cache should be flushed before or after the execution of the intercepted method.
flushCache(String[]) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
 
flushCache(String[]) - Method in interface org.wanghy.cache.provider.CacheProviderFacade
Flushes the cache.

G

generateArgumentHashCode - Variable in class org.wanghy.cache.key.HashCodeCacheKeyGenerator
Flag that indicates if this generator should generate the hash code of the arguments passed to the method to apply caching to.
generateKey(MethodInvocation) - Method in interface org.wanghy.cache.key.CacheKeyGenerator
Generates the key for a cache entry.
generateKey(MethodInvocation) - Method in class org.wanghy.cache.key.HashCodeCacheKeyGenerator
 
get(Object) - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Gets the value mapped to the key specified.
get(Object) - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
getAttribute(Method, Class) - Method in class org.wanghy.cache.interceptor.AbstractSingleMetadataCacheAttributeSource
Returns an instance of CacheAttribute for the specified method definition.
getAttributeEntryKey(Method, Class) - Method in class org.wanghy.cache.interceptor.AbstractMetadataCacheAttributeSource
Returns the key of an entry of AbstractMetadataCacheAttributeSource.attributeMap.
getAttributeMap() - Method in class org.wanghy.cache.interceptor.AbstractMetadataCacheAttributeSource
Getter for field AbstractMetadataCacheAttributeSource.attributeMap.
getAttributeMap() - Method in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Returns an unmodifiable view of AbstractNameMatchCacheAttributeSource.attributeMap.
getAttributeMap() - Method in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Returns an unmodifiable view of MethodMapCachingAttributeSource.attributeMap.
getCache() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
Getter for field LruMapCacheManager.cache.
getCacheAttribute(Method) - Method in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Returns an instance of CacheAttribute for the intercepted method.
getCacheAttributeEditor() - Method in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Returns a property editor that creates instances of CacheAttribute.
getCacheAttributeEditor() - Method in class org.wanghy.cache.interceptor.caching.NameMatchCachingAttributeSource
 
getCacheAttributeEditor() - Method in class org.wanghy.cache.interceptor.flush.NameMatchCacheFlushAttributeSource
 
getCacheFlushAttribute(Method, Class) - Method in class org.wanghy.cache.interceptor.flush.AbstractCacheFlushAttributeSource
 
getCacheFlushAttribute(Method, Class) - Method in interface org.wanghy.cache.interceptor.flush.CacheFlushAttributeSource
Returns an instance of FlushCache attribute from the intercepted method.
getCacheFlushAttribute(MethodInvocation) - Method in class org.wanghy.cache.interceptor.flush.CacheFlushInterceptor
Returns the metadata attribute of the intercepted method.
getCacheFlushAttribute(Method, Class) - Method in class org.wanghy.cache.interceptor.flush.NameMatchCacheFlushAttributeSource
 
getCacheFlushAttributeSource() - Method in class org.wanghy.cache.interceptor.flush.CacheFlushAspectSupport
Getter for field CacheFlushAspectSupport.cacheFlushAttributeSource.
getCacheKeyGenerator() - Method in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Getter for field CachingAspectSupport.cacheKeyGenerator.
getCacheName() - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Getter for field EhcacheCacheProfile.cacheName.
getCacheName() - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Getter for field JcsCacheProfile.cacheName.
getCacheProfile(String) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Returns an implementation of CacheProfile stored in AbstractCacheProviderFacadeImpl.cacheProfiles.
getCacheProfileEditor() - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Returns a property editor for CacheProfile.
getCacheProfileEditor() - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
 
getCacheProfileEditor() - Method in class org.wanghy.cache.provider.jcs.JcsFacade
 
getCacheProfileEditor() - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
 
getCacheProfileEditor() - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
getCacheProfileId() - Method in class org.wanghy.cache.interceptor.caching.Cached
Getter for field Cached.cacheProfileId.
getCacheProfileIds() - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Getter for field FlushCache.cacheProfileIds.
getCacheProfileValidator() - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Returns a validator for the properties of cache profiles.
getCacheProfileValidator() - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
 
getCacheProfileValidator() - Method in class org.wanghy.cache.provider.jcs.JcsFacade
 
getCacheProfileValidator() - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
 
getCacheProfileValidator() - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
getCacheProfiles() - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Returns an unmodifiable view of AbstractCacheProviderFacadeImpl.cacheProfiles.
getCachingAttribute(Method, Class) - Method in class org.wanghy.cache.interceptor.caching.AbstractCachingAttributeSource
 
getCachingAttribute(Method, Class) - Method in interface org.wanghy.cache.interceptor.caching.CachingAttributeSource
Returns an instance of Cached for the intercepted method.
getCachingAttribute(MethodInvocation) - Method in class org.wanghy.cache.interceptor.caching.CachingInterceptor
Returns the metadata attribute of the intercepted method.
getCachingAttribute(Method, Class) - Method in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
 
getCachingAttribute(Method, Class) - Method in class org.wanghy.cache.interceptor.caching.NameMatchCachingAttributeSource
 
getCachingAttributeMap() - Method in class org.wanghy.cache.interceptor.caching.NameMatchCachingAttributeSource
Returns an unmodifiable view of the map of caching attributes.
getCachingAttributeSource() - Method in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Getter for field CachingAspectSupport.cachingAttributeSource.
getCheckSum() - Method in class org.wanghy.cache.key.HashCodeCacheKey
Getter for field HashCodeCacheKey.checkSum.
getCheckSum() - Method in class org.wanghy.cache.key.HashCodeCalculator
Getter for field HashCodeCalculator.checkSum.
getConfigLocation() - Method in class org.wanghy.cache.provider.AbstractConfigurationResourceCacheManagerFactoryBean
Getter for field AbstractConfigurationResourceCacheManagerFactoryBean.configLocation.
getContent() - Method in class org.wanghy.cache.AbstractCacheEntry
Getter for field AbstractCacheEntry.content.
getCronExpression() - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Getter for field OscacheCacheProfile.cronExpression.
getEntryKey(Serializable) - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
Returns the String representation of the given key.
getEntryStoredListener() - Method in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Getter for field CachingAspectSupport.entryStoredListener.
getFromCache(Serializable, String) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
 
getFromCache(Serializable, String) - Method in interface org.wanghy.cache.provider.CacheProviderFacade
Retrieves an entry from the cache.
getGroup() - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Getter for field JcsCacheProfile.group.
getGroup() - Method in class org.wanghy.cache.provider.lru.LruCacheEntry
Getter for field LruCacheEntry.group.
getGroup() - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Getter for field LruCacheProfile.group.
getGroupCount() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Returns the current number of groups in the cache.
getGroupCount() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
getGroupNames() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Returns the names of the groups currently in cache.
getGroupNames() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
getGroupRegistry() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
Getter for field LruMapCacheManager.groupRegistry.
getGroups() - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Getter for field OscacheCacheProfile.groups.
getHashCode() - Method in class org.wanghy.cache.key.HashCodeCacheKey
Getter for field HashCodeCacheKey.hashCode.
getHashCode() - Method in class org.wanghy.cache.key.HashCodeCalculator
Getter for field HashCodeCalculator.hashCode.
getKey(Serializable, JcsCacheProfile) - Method in class org.wanghy.cache.provider.jcs.JcsFacade
Returns the key of a cache entry.
getLastUpdate() - Method in class org.wanghy.cache.AbstractCacheEntry
Getter for field AbstractCacheEntry.lastUpdate.
getMaxSize() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Gets the maximum size of the cache (the bound).
getMaxSize() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
getMethodArgumentHashCode(Object) - Method in class org.wanghy.cache.key.HashCodeCacheKeyGenerator
Returns the hash code of the specified method argument.
getObject() - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Returns CacheProxyFactoryBean.proxy.
getObject() - Method in class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean
Returns JcsCacheManagerFactoryBean.cacheManager.
getObject() - Method in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Returns LruCacheManagerFactoryBean.cacheManager.
getObject() - Method in class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean
Returns OscacheManagerFactoryBean.cacheManager.
getObjectType() - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
If the CacheProxyFactoryBean.proxy is not null, it returns the class the class of the CacheProxyFactoryBean.proxy. If the CacheProxyFactoryBean.proxy is null and the CacheProxyFactoryBean.target is not null and is an instance of TargetSource, it will return the class of the CacheProxyFactoryBean.target. If both the CacheProxyFactoryBean.proxy and the CacheProxyFactoryBean.target are null, it will return null.
getObjectType() - Method in class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean
Returns the type of JcsCacheManagerFactoryBean.cacheManager.
getObjectType() - Method in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Returns the type of LruCacheManagerFactoryBean.cacheManager.
getObjectType() - Method in class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean
Returns the type of OscacheManagerFactoryBean.cacheManager.
getProxy() - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Getter for CacheProxyFactoryBean.proxy.
getProxyInterfaces() - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Getter for CacheProxyFactoryBean.proxyInterfaces.
getRefreshPeriod() - Method in class org.wanghy.cache.AbstractCacheEntry
Getter for field AbstractCacheEntry.refreshPeriod.
getRefreshPeriod() - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Getter for field LruCacheProfile.refreshPeriod.
getRefreshPeriod() - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Getter for field OscacheCacheProfile.refreshPeriod.
getSize() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Returns the size of the cache.
getSize() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
group - Variable in class org.wanghy.cache.provider.jcs.JcsCacheProfile
The group the object to cache belongs to.
group - Variable in class org.wanghy.cache.provider.lru.LruCacheEntry
The group that entry belongs to.
group - Variable in class org.wanghy.cache.provider.lru.LruCacheProfile
The group the object to cache belongs to.
groupRegistry - Variable in class org.wanghy.cache.provider.lru.LruMapCacheManager
Registry of the cache groups.
groups - Variable in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
The groups that the object to cache belongs to.

H

HashCodeCacheKey - class org.wanghy.cache.key.HashCodeCacheKey.
Cache key which value is based on a pre-calculated hash code.
HashCodeCacheKey() - Constructor for class org.wanghy.cache.key.HashCodeCacheKey
Constructor.
HashCodeCacheKey(long, int) - Constructor for class org.wanghy.cache.key.HashCodeCacheKey
Constructor.
HashCodeCacheKeyGenerator - class org.wanghy.cache.key.HashCodeCacheKeyGenerator.
Generates the key for a cache entry using the hashCode of the intercepted method and its arguments.
HashCodeCacheKeyGenerator() - Constructor for class org.wanghy.cache.key.HashCodeCacheKeyGenerator
Constructor.
HashCodeCacheKeyGenerator(boolean) - Constructor for class org.wanghy.cache.key.HashCodeCacheKeyGenerator
Constructor.
HashCodeCalculator - class org.wanghy.cache.key.HashCodeCalculator.
Builds the checksum and hash code necessary to create a new instance of HashCodeCacheKey.
HashCodeCalculator() - Constructor for class org.wanghy.cache.key.HashCodeCalculator
Constructor.
handleCacheAccessException(String, RuntimeException) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Handles the exception thrown while accessing the cache: Creates a log entry including a detail message and the thrown exception Rethrows the exception if AbstractCacheProviderFacadeImpl.failQuietlyEnabled is false.
hashCode() - Method in class org.wanghy.cache.AbstractCacheEntry
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.interceptor.caching.Cached
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Returns a hash code value for the object.
hashCode - Variable in class org.wanghy.cache.key.HashCodeCacheKey
Pre-calculated hash code.
hashCode() - Method in class org.wanghy.cache.key.HashCodeCacheKey
Returns a hash code value for the object.
hashCode - Variable in class org.wanghy.cache.key.HashCodeCalculator
Hash code to build;
hashCode() - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.provider.ehcache.EhcacheElement
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.provider.jcs.JcsCacheElement
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.provider.lru.LruCacheEntry
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Returns a hash code value for the object.
hashCode() - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Returns a hash code value for the object.

I

INDEFINITE_EXPIRY - Static variable in class org.wanghy.cache.AbstractCacheEntry
Specifying this as the refresh period ensures an entry does not become stale until it is either explicitly flushed.
invoke(MethodInvocation) - Method in class org.wanghy.cache.interceptor.caching.CachingInterceptor
Returns from the cache provider the value saved with the key generated using the specified MethodInvocation.
invoke(MethodInvocation) - Method in class org.wanghy.cache.interceptor.flush.CacheFlushInterceptor
Flushes the part(s) of the cache.
isCacheProfileMapValidated() - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Getter for field AbstractCacheProviderFacadeImpl.cacheProfileMapValidated.
isCacheable(Method) - Method in class org.wanghy.cache.interceptor.caching.AbstractCachingAttributeSource
Returns true if the return type of a method can be cacheable.
isEmpty() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Checks whether the cache is empty or not.
isEmpty() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
isFailQuietlyEnabled() - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
 
isFailQuietlyEnabled() - Method in interface org.wanghy.cache.provider.CacheProviderFacade
Returns the value of the flag that indicates if an exception should thrown or not when an error occurrs when accessing the cache provider.
isFlushBeforeExecution() - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Getter for field FlushCache.flushBeforeExecution.
isFull() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Returns true if the cache is full and no new mappings can be added.
isFull() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
isMatch(String, String) - Method in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Returns true if the given method name matches the mapped name.
isMatch(String, String) - Method in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Returns true if the given method name matches the mapped name.
isMatch(String, String) - Static method in class org.wanghy.cache.util.TextMatcher
Returns true if the given text matches the base text.
isScanUntilRemovable() - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Whether the cache will scan until a removable entry is found when the map is full.
isScanUntilRemovable() - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
isSingleton() - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
This managed bean is a singleton.
isSingleton() - Method in class org.wanghy.cache.provider.AbstractSingletonCacheManagerFactoryBean
Notifies the Spring IoC container that this factory is a singleton bean.

J

JcsCacheElement - class org.wanghy.cache.provider.jcs.JcsCacheElement.
Subclass of org.apache.jcs.engine.CacheElement that overrides the equals(Object) method to make the testing of JcsFacade easier.
JcsCacheElement(String, Serializable, Serializable) - Constructor for class org.wanghy.cache.provider.jcs.JcsCacheElement
Constructor.
JcsCacheElement(String, Serializable, Object) - Constructor for class org.wanghy.cache.provider.jcs.JcsCacheElement
Constructor.
JcsCacheManagerFactoryBean - class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean.
FactoryBean that exposes a JCS CompositeCacheManager singleton, configured from a specified config location.
JcsCacheManagerFactoryBean() - Constructor for class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean
Constructor.
JcsCacheProfile - class org.wanghy.cache.provider.jcs.JcsCacheProfile.
Set of configuration options needed for: Retrieving an entry from a JCS cache Storing an object in a JCS cache Flushing one or more caches
JcsCacheProfile() - Constructor for class org.wanghy.cache.provider.jcs.JcsCacheProfile
Constructor.
JcsCacheProfileEditor - class org.wanghy.cache.provider.jcs.JcsCacheProfileEditor.
Creates a new instance of JcsCacheProfile by parsing a String of the form [cacheName=value][group=value].
JcsCacheProfileEditor() - Constructor for class org.wanghy.cache.provider.jcs.JcsCacheProfileEditor
Constructor.
JcsCacheProfileValidator - class org.wanghy.cache.provider.jcs.JcsCacheProfileValidator.
Validates the properties of a JcsCacheProfile.
JcsCacheProfileValidator() - Constructor for class org.wanghy.cache.provider.jcs.JcsCacheProfileValidator
Constructor.
JcsFacade - class org.wanghy.cache.provider.jcs.JcsFacade.
Implementation of CacheProviderFacade that uses JCS as the cache provider.
JcsFacade() - Constructor for class org.wanghy.cache.provider.jcs.JcsFacade
Constructor.

L

LruCacheEntry - class org.wanghy.cache.provider.lru.LruCacheEntry.
Wraps the object to be stored in the cache.
LruCacheEntry(Object, String) - Constructor for class org.wanghy.cache.provider.lru.LruCacheEntry
Constructor.
LruCacheEntry(Object, String, int) - Constructor for class org.wanghy.cache.provider.lru.LruCacheEntry
Constructor.
LruCacheFacade - class org.wanghy.cache.provider.lru.LruCacheFacade.
Implementation of CacheProviderFacade that uses LruCache as the cache provider.
LruCacheFacade() - Constructor for class org.wanghy.cache.provider.lru.LruCacheFacade
Constructor.
LruCacheManager - interface org.wanghy.cache.provider.lru.LruCacheManager.
A cache implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.
LruCacheManagerFactoryBean - class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean.
FactoryBean that exposes a LruCacheManager singleton.
LruCacheManagerFactoryBean() - Constructor for class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Constructor.
LruCacheProfile - class org.wanghy.cache.provider.lru.LruCacheProfile.
Set of configuration options needed for: Retrieving an entry from a LruCache cache Storing an object in a LruCache cache Flushing a cache group
LruCacheProfile() - Constructor for class org.wanghy.cache.provider.lru.LruCacheProfile
Constructor.
LruCacheProfileEditor - class org.wanghy.cache.provider.lru.LruCacheProfileEditor.
Creates a new instance of LruCacheProfile by parsing a String of the form [group=value].
LruCacheProfileEditor() - Constructor for class org.wanghy.cache.provider.lru.LruCacheProfileEditor
Constructor.
LruCacheProfileValidator - class org.wanghy.cache.provider.lru.LruCacheProfileValidator.
Validates the properties of a LruCacheProfile.
LruCacheProfileValidator() - Constructor for class org.wanghy.cache.provider.lru.LruCacheProfileValidator
Constructor.
LruMapCacheManager - class org.wanghy.cache.provider.lru.LruMapCacheManager.
Implementation of LruCacheManager that uses a synchronized LRUMap to store the entries.
LruMapCacheManager() - Constructor for class org.wanghy.cache.provider.lru.LruMapCacheManager
Constructor.
LruMapCacheManager(int) - Constructor for class org.wanghy.cache.provider.lru.LruMapCacheManager
Constructor.
LruMapCacheManager(int, boolean) - Constructor for class org.wanghy.cache.provider.lru.LruMapCacheManager
Constructor.
lastUpdate - Variable in class org.wanghy.cache.AbstractCacheEntry
The time this entry was last updated.
logger - Static variable in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Message Logger.
logger - Static variable in class org.wanghy.cache.interceptor.caching.CachingInterceptor
Message logger.
logger - Static variable in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Message logger.
logger - Static variable in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Message logger.
logger - Static variable in class org.wanghy.cache.provider.ehcache.EhcacheFacade
Message logger.
logger - Static variable in class org.wanghy.cache.provider.jcs.JcsCacheManagerFactoryBean
Message logger.
logger - Static variable in class org.wanghy.cache.provider.jcs.JcsFacade
Message logger.
logger - Static variable in class org.wanghy.cache.provider.lru.LruCacheFacade
Message logger.
logger - Static variable in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Message logger.
logger - Static variable in class org.wanghy.cache.provider.oscache.OscacheFacade
Message logger.
logger - Static variable in class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean
Message logger.

M

MULTIPLIER - Static variable in class org.wanghy.cache.key.HashCodeCalculator
Prime number used as multiplier.
MetadataCacheFlushAttributeSource - class org.wanghy.cache.interceptor.flush.MetadataCacheFlushAttributeSource.
Implementation of CacheFlushAttributeSource that uses source-level metadata attributes.
MetadataCacheFlushAttributeSource() - Constructor for class org.wanghy.cache.interceptor.flush.MetadataCacheFlushAttributeSource
Constructor.
MetadataCachingAttributeSource - class org.wanghy.cache.interceptor.caching.MetadataCachingAttributeSource.
Implementation of CachingAttributeSource that uses source-level metadata attributes.
MetadataCachingAttributeSource() - Constructor for class org.wanghy.cache.interceptor.caching.MetadataCachingAttributeSource
Constructor.
MethodMapCachingAttributeSource - class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource.
Simple implementation of CachingAttributeSource that allows attributes to be stored per method in a map.
MethodMapCachingAttributeSource() - Constructor for class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Constructor.
matches(Method, Class) - Method in class org.wanghy.cache.interceptor.caching.CachingAttributeSourceAdvisor
Returns true if the intercepted method should be cached.
matches(Method, Class) - Method in class org.wanghy.cache.interceptor.flush.CacheFlushAttributeSourceAdvisor
Returns true if the intercepted method should flush the cache.
maxSize - Variable in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
The maximum capacity of the cache manager.
maxSize - Variable in class org.wanghy.cache.provider.lru.LruMapCacheManager
Maximum size of LruMapCacheManager.cache.

N

NOT_YET - Static variable in class org.wanghy.cache.AbstractCacheEntry
Default initialization value for AbstractCacheEntry.lastUpdate.
NULL_ATTRIBUTE - Static variable in class org.wanghy.cache.interceptor.AbstractMetadataCacheAttributeSource
Canonical value held in cache to indicate no attribute was found for this method, and we don't need to look again.
NULL_ENTRY - Static variable in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Canonical value held in cache to indicate that the return value of the method to apply caching to is null.
NameMatchCacheFlushAttributeSource - class org.wanghy.cache.interceptor.flush.NameMatchCacheFlushAttributeSource.
Simple implementation of CacheFlushAttributeSource that allows FlushCache to be matched by registered name.
NameMatchCacheFlushAttributeSource() - Constructor for class org.wanghy.cache.interceptor.flush.NameMatchCacheFlushAttributeSource
Constructor.
NameMatchCachingAttributeSource - class org.wanghy.cache.interceptor.caching.NameMatchCachingAttributeSource.
Simple implementation of CachingAttributeSource that allows Cached to be matched by registered name.
NameMatchCachingAttributeSource() - Constructor for class org.wanghy.cache.interceptor.caching.NameMatchCachingAttributeSource
Constructor.
needsRefresh() - Method in class org.wanghy.cache.AbstractCacheEntry
Checks if this entry needs to be refreshed.

O

OscacheCacheProfile - class org.wanghy.cache.provider.oscache.OscacheCacheProfile.
Set of configuration options needed for: Retrieving an entry from a OSCache cache Storing an object in a OSCache cache Flushing one or more cache groups
OscacheCacheProfile() - Constructor for class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Constructor.
OscacheCacheProfileEditor - class org.wanghy.cache.provider.oscache.OscacheCacheProfileEditor.
Creates a new instance of OscacheCacheProfile by parsing a String of the form [cronExpression=value][groups=value][refreshPeriod=value].
OscacheCacheProfileEditor() - Constructor for class org.wanghy.cache.provider.oscache.OscacheCacheProfileEditor
Constructor.
OscacheCacheProfileValidator - class org.wanghy.cache.provider.oscache.OscacheCacheProfileValidator.
Validates the properties of a OscacheCacheProfile.
OscacheCacheProfileValidator() - Constructor for class org.wanghy.cache.provider.oscache.OscacheCacheProfileValidator
Constructor.
OscacheFacade - class org.wanghy.cache.provider.oscache.OscacheFacade.
Implementation of CacheProviderFacade that uses OSCache as the cache provider.
OscacheFacade() - Constructor for class org.wanghy.cache.provider.oscache.OscacheFacade
Constructor.
OscacheManagerFactoryBean - class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean.
FactoryBean that exposes a OSCache GeneralCacheAdministrator singleton, configured from a specified config location.
OscacheManagerFactoryBean() - Constructor for class org.wanghy.cache.provider.oscache.OscacheManagerFactoryBean
Constructor.
onCancelCacheUpdate(Serializable) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Cancels the update being made to the cache.
onCancelCacheUpdate(Serializable) - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
onEntryAdd(Object, Object) - Method in interface org.wanghy.cache.interceptor.caching.EntryStoredListener
Notification that a new entry was stored in the cache.
onFlushCache(CacheProfile) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Flushes the caches specified in the given profile.
onFlushCache(CacheProfile) - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
 
onFlushCache(CacheProfile) - Method in class org.wanghy.cache.provider.jcs.JcsFacade
 
onFlushCache(CacheProfile) - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
 
onFlushCache(CacheProfile) - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
onGetFromCache(Serializable, CacheProfile) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Retrieves an entry from the cache.
onGetFromCache(Serializable, CacheProfile) - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
 
onGetFromCache(Serializable, CacheProfile) - Method in class org.wanghy.cache.provider.jcs.JcsFacade
 
onGetFromCache(Serializable, CacheProfile) - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
 
onGetFromCache(Serializable, CacheProfile) - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
onPutInCache(Serializable, CacheProfile, Object) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Stores an object in the cache.
onPutInCache(Serializable, CacheProfile, Object) - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
 
onPutInCache(Serializable, CacheProfile, Object) - Method in class org.wanghy.cache.provider.jcs.JcsFacade
 
onPutInCache(Serializable, CacheProfile, Object) - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
 
onPutInCache(Serializable, CacheProfile, Object) - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
org.wanghy.cache - package org.wanghy.cache
 
org.wanghy.cache.interceptor - package org.wanghy.cache.interceptor
 
org.wanghy.cache.interceptor.caching - package org.wanghy.cache.interceptor.caching
 
org.wanghy.cache.interceptor.flush - package org.wanghy.cache.interceptor.flush
 
org.wanghy.cache.interceptor.proxy - package org.wanghy.cache.interceptor.proxy
 
org.wanghy.cache.key - package org.wanghy.cache.key
 
org.wanghy.cache.provider - package org.wanghy.cache.provider
 
org.wanghy.cache.provider.ehcache - package org.wanghy.cache.provider.ehcache
 
org.wanghy.cache.provider.jcs - package org.wanghy.cache.provider.jcs
 
org.wanghy.cache.provider.lru - package org.wanghy.cache.provider.lru
 
org.wanghy.cache.provider.oscache - package org.wanghy.cache.provider.oscache
 
org.wanghy.cache.util - package org.wanghy.cache.util
 

P

parseProperties(String) - Static method in class org.wanghy.cache.util.BracketSeparatedPropertiesParser
Creates a java.util.Properties from the specified String.
proxy - Variable in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
The proxy to create.
proxyInterfaces - Variable in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Set of interfaces being proxied.
put(Object, Object, String) - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Adds a new entry to the cache.
put(Object, Object, String, int) - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Adds a new entry to the cache.
put(Object, Object, String) - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
put(Object, Object, String, int) - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
putInCache(Serializable, String, Object) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
 
putInCache(Serializable, String, Object) - Method in interface org.wanghy.cache.provider.CacheProviderFacade
Stores an object in the cache.

R

REGEX - Static variable in class org.wanghy.cache.util.BracketSeparatedPropertiesParser
Compiled representation of REGEX_PATTERN.
REGEX_PATTERN - Static variable in class org.wanghy.cache.util.BracketSeparatedPropertiesParser
Regular expression pattern used to parse a String of form "key=value".
refreshPeriod - Variable in class org.wanghy.cache.AbstractCacheEntry
Period of refresh (in seconds).
refreshPeriod - Variable in class org.wanghy.cache.provider.lru.LruCacheProfile
How long an entry can stay in the cache (in seconds).
refreshPeriod - Variable in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
How long the object can stay in cache in seconds.
registeredMethodMap - Variable in class org.wanghy.cache.interceptor.caching.MethodMapCachingAttributeSource
Map containing the methods that matches a given fully qualified name.
remove(Object) - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Removes an entry from the cache.
remove(Object) - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
removeFromCache(Serializable, String) - Method in interface org.wanghy.cache.provider.CacheProviderFacade
Removes an object from the cache.
removeFromCache(Serializable, String) - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
 
removeFromCache(Serializable, String) - Method in class org.wanghy.cache.provider.jcs.JcsFacade
 
removeFromCache(Serializable, String) - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
 
removeFromCache(Serializable, String) - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
removeGroup(String) - Method in interface org.wanghy.cache.provider.lru.LruCacheManager
Removes all the entries that belong to the specified group.
removeGroup(String) - Method in class org.wanghy.cache.provider.lru.LruMapCacheManager
 
retrieveAttribute(Method, Class) - Method in class org.wanghy.cache.interceptor.AbstractSingleMetadataCacheAttributeSource
Same as AbstractSingleMetadataCacheAttributeSource.getAttribute(Method, Class), but doesn't cache the result.

S

scanUntilRemovable - Variable in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Flag that indicates if the cache manager should scan until a removeable entry is found.
scanUntilRemovable - Variable in class org.wanghy.cache.provider.lru.LruMapCacheManager
Indicates if LruMapCacheManager.cache should scan until a removeable entry is found.
serialVersionUID - Static variable in class org.wanghy.cache.CacheWrapperException
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.EntryRetrievalException
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.interceptor.caching.Cached
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.interceptor.caching.CachingAttributeSourceAdvisor
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.interceptor.flush.CacheFlushAttributeSourceAdvisor
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.interceptor.flush.FlushCache
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.key.HashCodeCacheKey
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.provider.ehcache.EhcacheElement
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.provider.jcs.JcsCacheElement
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.provider.lru.LruCacheEntry
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.provider.lru.LruCacheProfile
Version number of this class.
serialVersionUID - Static variable in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Version number of this class.
setAsText(String) - Method in class org.wanghy.cache.interceptor.caching.CachingAttributeEditor
Creates a new instance of Cached from the specified String.
setAsText(String) - Method in class org.wanghy.cache.interceptor.caching.CachingAttributeSourceEditor
Creates a new instance of MethodMapCachingAttributeSource from the specified String.
setAsText(String) - Method in class org.wanghy.cache.interceptor.flush.CacheFlushAttributeEditor
Creates a new instance of FlushCache from the specified String.
setAsText(String) - Method in class org.wanghy.cache.provider.AbstractCacheProfileEditor
Creates a new instance of CacheProfile from the specified String.
setAttributes(Attributes) - Method in class org.wanghy.cache.interceptor.caching.MetadataCachingAttributeSource
Setter for the field MetadataCachingAttributeSource.attributes.
setAttributes(Attributes) - Method in class org.wanghy.cache.interceptor.flush.MetadataCacheFlushAttributeSource
Setter for the field MetadataCacheFlushAttributeSource.attributes.
setCacheFlushAttributeSource(CacheFlushAttributeSource) - Method in class org.wanghy.cache.interceptor.flush.CacheFlushAspectSupport
Setter for the field CacheFlushAspectSupport.cacheFlushAttributeSource.
setCacheFlushAttributes(Properties) - Method in class org.wanghy.cache.interceptor.flush.CacheFlushInterceptor
Set properties with method names as keys and caching-attribute descriptors (parsed via CacheFlushAttributeEditor) as values.
setCacheFlushAttributes(Properties) - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Set properties with method names as keys and caching-attribute descriptors (parsed via CacheFlushAttributeEditor) as values.
setCacheKeyGenerator(CacheKeyGenerator) - Method in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Setter for the field CachingAspectSupport.cacheKeyGenerator.
setCacheManager(CacheManager) - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
Setter for the field EhcacheFacade.cacheManager.
setCacheManager(CompositeCacheManager) - Method in class org.wanghy.cache.provider.jcs.JcsFacade
Setter for the field JcsFacade.cacheManager.
setCacheManager(LruCacheManager) - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
Setter for the field LruCacheFacade.cacheManager.
setCacheManager(GeneralCacheAdministrator) - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
Setter for the field OscacheFacade.cacheManager.
setCacheName(String) - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Setter for the field EhcacheCacheProfile.cacheName.
setCacheName(String) - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Setter for the field JcsCacheProfile.cacheName.
setCacheProfileId(String) - Method in class org.wanghy.cache.interceptor.caching.Cached
Setter for the field Cached.cacheProfileId.
setCacheProfileIds(String) - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Creates FlushCache.cacheProfileIds from a String containing comma-separated values.
setCacheProfileIds(String[]) - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Setter for the field FlushCache.cacheProfileIds.
setCacheProfiles(Map) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Setter for the field AbstractCacheProviderFacadeImpl.cacheProfiles.
setCacheProfiles(Properties) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Sets up AbstractCacheProviderFacadeImpl.cacheProfiles by parsing the specified properties.
setCacheProviderFacade(CacheProviderFacade) - Method in class org.wanghy.cache.interceptor.caching.CachingInterceptor
Setter for the field CachingInterceptor.cacheProviderFacade.
setCacheProviderFacade(CacheProviderFacade) - Method in class org.wanghy.cache.interceptor.flush.CacheFlushInterceptor
Setter for the field CacheFlushInterceptor.cacheProviderFacade.
setCacheProviderFacade(CacheProviderFacade) - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Sets the cache provider facade for the interceptors CacheProxyFactoryBean.cacheFlushInterceptor and CacheProxyFactoryBean.cachingInterceptor.
setCachingAttributeSource(CachingAttributeSource) - Method in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Setter for the field CachingAspectSupport.cachingAttributeSource.
setCachingAttributes(Properties) - Method in class org.wanghy.cache.interceptor.caching.CachingInterceptor
Set properties with method names as keys and caching-attribute descriptors (parsed via CachingAttributeEditor) as values.
setCachingAttributes(Properties) - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Set properties with method names as keys and caching-attribute descriptors (parsed via CachingAttributeEditor) as values.
setCheckSum(long) - Method in class org.wanghy.cache.key.HashCodeCacheKey
Setter for the field HashCodeCacheKey.checkSum.
setConfigLocation(Resource) - Method in class org.wanghy.cache.provider.AbstractConfigurationResourceCacheManagerFactoryBean
Setter for the field AbstractConfigurationResourceCacheManagerFactoryBean.configLocation.
setContent(Object) - Method in class org.wanghy.cache.AbstractCacheEntry
Setter for the field AbstractCacheEntry.content.
setCronExpression(String) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Setter for the field OscacheCacheProfile.cronExpression.
setEntryStoredListener(EntryStoredListener) - Method in class org.wanghy.cache.interceptor.caching.CachingAspectSupport
Setter for the field CachingAspectSupport.entryStoredListener.
setEntryStoredListener(EntryStoredListener) - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Sets the listener to be notified each time an entry is stored in the cache.
setFailQuietlyEnabled(boolean) - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Setter for the field AbstractCacheProviderFacadeImpl.failQuietlyEnabled.
setFlushBeforeExecution(boolean) - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Setter for the field FlushCache.flushBeforeExecution.
setGenerateArgumentHashCode(boolean) - Method in class org.wanghy.cache.key.HashCodeCacheKeyGenerator
Setter for the field HashCodeCacheKeyGenerator.generateArgumentHashCode.
setGroup(String) - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Setter for the field JcsCacheProfile.group.
setGroup(String) - Method in class org.wanghy.cache.provider.lru.LruCacheEntry
Setter for the field LruCacheEntry.group.
setGroup(String) - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Setter for the field LruCacheProfile.group.
setGroups(String) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Sets the cache groups from a comma-delimited list of values.
setGroups(String[]) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Setter for the field OscacheCacheProfile.groups.
setHashCode(int) - Method in class org.wanghy.cache.key.HashCodeCacheKey
Setter for the field HashCodeCacheKey.hashCode.
setLastUpdate(long) - Method in class org.wanghy.cache.AbstractCacheEntry
Setter for the field AbstractCacheEntry.lastUpdate.
setMaxSize(int) - Method in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Setter for the field LruCacheManagerFactoryBean.maxSize.
setProperties(Properties) - Method in class org.wanghy.cache.interceptor.AbstractNameMatchCacheAttributeSource
Parses the given properties into a name/attribute map.
setProxyInterfaces(String[]) - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Specify the set of interfaces being proxied.
setRefreshPeriod(int) - Method in class org.wanghy.cache.AbstractCacheEntry
Setter for the field AbstractCacheEntry.refreshPeriod.
setRefreshPeriod(int) - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Setter for the field LruCacheProfile.refreshPeriod.
setRefreshPeriod(Integer) - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Setter for the field LruCacheProfile.refreshPeriod.
setRefreshPeriod(int) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Setter for the field OscacheCacheProfile.refreshPeriod.
setRefreshPeriod(Integer) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Setter for the field OscacheCacheProfile.refreshPeriod.
setScanUntilRemovable(boolean) - Method in class org.wanghy.cache.provider.lru.LruCacheManagerFactoryBean
Setter for the field LruCacheManagerFactoryBean.scanUntilRemovable.
setTarget(Object) - Method in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
Setter for the field CacheProxyFactoryBean.target.

T

TextMatcher - class org.wanghy.cache.util.TextMatcher.
Text Matcher.
TextMatcher() - Constructor for class org.wanghy.cache.util.TextMatcher
Constructor.
target - Variable in class org.wanghy.cache.interceptor.proxy.CacheProxyFactoryBean
The bean to be wrapped with a caching proxy.
toString() - Method in class org.wanghy.cache.interceptor.caching.Cached
Returns a string representation of the object.
toString() - Method in class org.wanghy.cache.interceptor.flush.FlushCache
Returns a string representation of the object.
toString() - Method in class org.wanghy.cache.key.HashCodeCacheKey
Returns a string representation of the object.
toString() - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfile
Returns a string representation of the object.
toString() - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfile
Returns a string representation of the object.
toString() - Method in class org.wanghy.cache.provider.lru.LruCacheEntry
Returns a string representation of the object.
toString() - Method in class org.wanghy.cache.provider.lru.LruCacheProfile
Returns a string representation of the object.
toString() - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfile
Returns a string representation of the object.

V

validateCacheManager() - Method in class org.wanghy.cache.provider.AbstractCacheProviderFacadeImpl
Validates the cache manager used by this facade.
validateCacheManager() - Method in class org.wanghy.cache.provider.ehcache.EhcacheFacade
Validates that EhcacheFacade.cacheManager is not null Verifies that the state of EhcacheFacade.cacheManager is 'active' (only if this facade is not configured to fail quietly in case of an error when accessing the cache.)
validateCacheManager() - Method in class org.wanghy.cache.provider.jcs.JcsFacade
 
validateCacheManager() - Method in class org.wanghy.cache.provider.lru.LruCacheFacade
 
validateCacheManager() - Method in class org.wanghy.cache.provider.oscache.OscacheFacade
 
validateCacheName(String) - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileValidator
Validates the specified cache name.
validateCacheName(String) - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfileValidator
Validates the specified cache name.
validateCacheProfile(Object) - Method in interface org.wanghy.cache.provider.CacheProfileValidator
Validates the properties of the specified cache profile.
validateCacheProfile(Object) - Method in class org.wanghy.cache.provider.ehcache.EhcacheCacheProfileValidator
 
validateCacheProfile(Object) - Method in class org.wanghy.cache.provider.jcs.JcsCacheProfileValidator
 
validateCacheProfile(Object) - Method in class org.wanghy.cache.provider.lru.LruCacheProfileValidator
 
validateCacheProfile(Object) - Method in class org.wanghy.cache.provider.oscache.OscacheCacheProfileValidator
 
validateGroup(String) - Method in class org.wanghy.cache.provider.lru.LruCacheProfileValidator
Validates the specified group.

A B C D E F G H I J L M N O P R S T V

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