com.atlassian.confluence.cache.ehcache
Interface EhCacheConfigStore

All Known Implementing Classes:
EhCacheConfigFileStore

public interface EhCacheConfigStore

Represents stored EhCache configuration.

Since:
v5.3

Method Summary
 java.util.Properties readStoredConfig()
           
 void updateStoredConfig(java.util.Properties properties)
           
 

Method Detail

readStoredConfig

java.util.Properties readStoredConfig()
                                      throws java.io.IOException
Throws:
java.io.IOException

updateStoredConfig

void updateStoredConfig(java.util.Properties properties)
                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2014 Atlassian. All Rights Reserved.