org.ehcache.config
Interface Configuration

All Known Subinterfaces:
RuntimeConfiguration
All Known Implementing Classes:
DefaultConfiguration, XmlConfiguration

public interface Configuration


Method Summary
 java.util.Map<java.lang.String,CacheConfiguration<?,?>> getCacheConfigurations()
          Mapping of names to CacheConfiguration, used to create the named Cache managed by a CacheManager
 java.lang.ClassLoader getClassLoader()
          The ClassLoader to be associated with the CacheManager
 java.util.Collection<ServiceCreationConfiguration<?>> getServiceCreationConfigurations()
          All services initially used to bootstrap the CacheManager and its Cache instances
 

Method Detail

getCacheConfigurations

java.util.Map<java.lang.String,CacheConfiguration<?,?>> getCacheConfigurations()
Mapping of names to CacheConfiguration, used to create the named Cache managed by a CacheManager

Returns:
the map of names to configs

getServiceCreationConfigurations

java.util.Collection<ServiceCreationConfiguration<?>> getServiceCreationConfigurations()
All services initially used to bootstrap the CacheManager and its Cache instances

Returns:
the collection of said configs

getClassLoader

java.lang.ClassLoader getClassLoader()
The ClassLoader to be associated with the CacheManager

Returns:
The classloader