com.turbospaces.ebean.ClearableCache Maven / Gradle / Ivy
package com.turbospaces.ebean;
public interface ClearableCache {
int onClear() throws Throwable;
}
package com.turbospaces.ebean;
public interface ClearableCache {
int onClear() throws Throwable;
}