net.sf.ehcache.config
Class Configuration.DefaultCache

java.lang.Object
  extended bynet.sf.ehcache.config.Configuration.Cache
      extended bynet.sf.ehcache.config.Configuration.DefaultCache
Enclosing class:
Configuration

public static class Configuration.DefaultCache
extends Configuration.Cache

A class to represent the default cache e.g.


Field Summary
 
Fields inherited from class net.sf.ehcache.config.Configuration.Cache
eternal, maxElementsInMemory, name, overflowToDisk, timeToIdleSeconds, timeToLiveSeconds
 
Constructor Summary
Configuration.DefaultCache()
           
 
Methods inherited from class net.sf.ehcache.config.Configuration.Cache
setEternal, setMaxElementsInMemory, setName, setOverflowToDisk, setTimeToIdleSeconds, setTimeToLiveSeconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration.DefaultCache

public Configuration.DefaultCache()