package io.ebeaninternal.server.cache;
A change to the cache.
/**
* A change to the cache.
*/
public interface CacheChange {
Apply the change.
/**
* Apply the change.
*/
void apply();
}
package io.ebeaninternal.server.cache;
A change to the cache.
/**
* A change to the cache.
*/
public interface CacheChange {
Apply the change.
/**
* Apply the change.
*/
void apply();
}