com.atlassian.confluence.cache.ehcache
Class EhCacheConfigFileStore

java.lang.Object
  extended by com.atlassian.confluence.cache.ehcache.EhCacheConfigFileStore
All Implemented Interfaces:
EhCacheConfigStore, org.springframework.beans.factory.InitializingBean

public class EhCacheConfigFileStore
extends Object
implements org.springframework.beans.factory.InitializingBean, EhCacheConfigStore

A file-based store of EhCache config information. Stores the config as a properties file.


Constructor Summary
EhCacheConfigFileStore(BootstrapManager bootstrapManager)
           
 
Method Summary
 void afterPropertiesSet()
           
 Properties readStoredConfig()
           
 void updateStoredConfig(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhCacheConfigFileStore

public EhCacheConfigFileStore(BootstrapManager bootstrapManager)
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

readStoredConfig

public Properties readStoredConfig()
                            throws IOException
Specified by:
readStoredConfig in interface EhCacheConfigStore
Throws:
IOException

updateStoredConfig

public void updateStoredConfig(Properties properties)
                        throws IOException
Specified by:
updateStoredConfig in interface EhCacheConfigStore
Throws:
IOException


Copyright © 2003–2015 Atlassian. All rights reserved.