com.atlassian.confluence.cache.ehcache
Interface EhCacheConfigStore

All Known Implementing Classes:
EhCacheConfigFileStore

public interface EhCacheConfigStore

Represents stored EhCache configuration.

Since:
v5.3

Method Summary
 Properties readStoredConfig()
           
 void updateStoredConfig(Properties properties)
           
 

Method Detail

readStoredConfig

Properties readStoredConfig()
                            throws IOException
Throws:
IOException

updateStoredConfig

void updateStoredConfig(Properties properties)
                        throws IOException
Throws:
IOException


Copyright © 2003–2015 Atlassian. All rights reserved.