![JAR search and dependency download from the Maven repository](/logo.png)
io.ebeaninternal.server.cache.CacheChange Maven / Gradle / Ivy
package io.ebeaninternal.server.cache;
/**
* A change to the cache.
*/
public interface CacheChange {
/**
* Apply the change.
*/
void apply();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy