com.turbospaces.ebean.RemovableCache Maven / Gradle / Ivy
package com.turbospaces.ebean;
public interface RemovableCache {
void onRemove(byte[] key) throws Throwable;
}
package com.turbospaces.ebean;
public interface RemovableCache {
void onRemove(byte[] key) throws Throwable;
}