Interface EhCacheConfigStore
-
- All Known Implementing Classes:
EhCacheConfigFileStore
public interface EhCacheConfigStore
Represents stored EhCache configuration.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Properties
readStoredConfig()
void
updateStoredConfig(Properties properties)
-
-
-
Method Detail
-
readStoredConfig
Properties readStoredConfig() throws IOException
- Throws:
IOException
-
updateStoredConfig
void updateStoredConfig(Properties properties) throws IOException
- Throws:
IOException
-
-