Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.springframework.cache.ehcache: Javadoc index of package org.springframework.cache.ehcache.


Package Samples:

org.springframework.cache.ehcache

Classes:

EhCacheFactoryBean: FactoryBean that creates a named EHCache Cache object, representing a cache region. 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 CacheManager.
EhCacheManagerFactoryBean: FactoryBean that exposes a EHCache CacheManager singleton, configured from a specified config location. If no config location is specified, a CacheManager will be configured from "ehcache.xml" in the root of the class path (i.e., default EHCache initialization will apply). Setting up a separate EhCacheManagerFactoryBean is also advisable when using EhCacheFactoryBean, as it cares for proper shutdown of the CacheManager. EhCacheManagerFactoryBean is also necessary for loading EHCache configuration from a non-default config location.

Home | Contact Us | Privacy Policy | Terms of Service