com.turbospaces.ebean.PutableCache Maven / Gradle / Ivy
package com.turbospaces.ebean;
public interface PutableCache {
void onPut(byte[] key, byte[] data) throws Throwable;
void onPutAll(byte[] data) throws Throwable;
}
package com.turbospaces.ebean;
public interface PutableCache {
void onPut(byte[] key, byte[] data) throws Throwable;
void onPutAll(byte[] data) throws Throwable;
}