Class EhCacheConfigFileStore
java.lang.Object
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
ConstructorsConstructorDescriptionEhCacheConfigFileStore
(com.atlassian.dc.filestore.api.FileStore.Path sharedHome) -
Method Summary
-
Constructor Details
-
EhCacheConfigFileStore
public EhCacheConfigFileStore(com.atlassian.dc.filestore.api.FileStore.Path sharedHome) - Since:
- 7.12
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
readStoredConfig
- Specified by:
readStoredConfig
in interfaceEhCacheConfigStore
- Throws:
IOException
-
updateStoredConfig
- Specified by:
updateStoredConfig
in interfaceEhCacheConfigStore
- Throws:
IOException
-