If the specified named cache is not configured in the cache configuration descriptor, this FactoryBean will construct an instance of a Cache with the provided name and the specified cache properties and add it to the CacheManager for later retrieval. If some or all properties are not set at configuration time, this FactoryBean will use defaults.
Note: If the named Cache instance is found, the properties will be ignored and the Cache instance will be retrieved from the CacheManager.
Note: As of Spring 3.0, Spring's EHCache support requires EHCache 1.3 or higher. @author Dmitriy Kopylenko @author Juergen Hoeller @since 1.1.1 @see #setCacheManager @see EhCacheManagerFactoryBean @see net.sf.ehcache.Cache
|
|
|
|