Uses of Class
com.opensymphony.oscache.base.Config

Packages that use Config
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache. 
com.opensymphony.oscache.base.persistence Provides the interfaces that provide persistence storage of cached objects. 
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster. 
com.opensymphony.oscache.plugins.diskpersistence Provides support for persisting cached objects to disk. 
 

Uses of Config in com.opensymphony.oscache.base
 

Fields in com.opensymphony.oscache.base declared as Config
protected  Config AbstractCacheAdministrator.config
           
 

Methods in com.opensymphony.oscache.base with parameters of type Config
 void LifecycleAware.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 

Uses of Config in com.opensymphony.oscache.base.persistence
 

Methods in com.opensymphony.oscache.base.persistence with parameters of type Config
 PersistenceListener PersistenceListener.configure(Config config)
          Allow the persistence code to initialize itself based on the supplied cache configuration.
 

Uses of Config in com.opensymphony.oscache.plugins.clustersupport
 

Methods in com.opensymphony.oscache.plugins.clustersupport with parameters of type Config
 void JavaGroupsBroadcastingListener.initialize(Cache cache, Config config)
          Initializes the broadcasting listener by starting up a JavaGroups notification bus instance to handle incoming and outgoing messages.
 void JMS10BroadcastingListener.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 void AbstractBroadcastingListener.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 void JMSBroadcastingListener.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 

Uses of Config in com.opensymphony.oscache.plugins.diskpersistence
 

Methods in com.opensymphony.oscache.plugins.diskpersistence with parameters of type Config
 PersistenceListener AbstractDiskPersistenceListener.configure(Config config)
          Initialises this DiskPersistenceListener using the supplied configuration.
 PersistenceListener HashDiskPersistenceListener.configure(Config config)
          Initializes the HashDiskPersistenceListener.
 


OSCache Project Page