![JAR search and dependency download from the Maven repository](/logo.png)
com.turbospaces.ebean.RemovableCache Maven / Gradle / Ivy
package com.turbospaces.ebean;
public interface RemovableCache {
void onRemove(byte[] data) throws Throwable;
void onRemoveAll(byte[] data) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy