org.terracotta.cache.logging
Interface ConfigChangeListener
- All Known Implementing Classes:
- TCLoggerConfigChangeListener
public interface ConfigChangeListener
Listener interface used to monitor changes in cache configurations.
configChanged
void configChanged(String cacheName,
String configName,
Object oldValue,
Object newValue)
- Called to indicate a change in a cache configuration.
- Parameters:
cacheName - name of the cache that changedconfigName - name of the configuration variable that changedoldValue - previous value of the configuration variablenewValue - new value of the configuration variable
Copyright © 2015 Terracotta, Inc.. All Rights Reserved.