
com.alicp.jetcache.CacheMonitor Maven / Gradle / Ivy
The newest version!
package com.alicp.jetcache;
import com.alicp.jetcache.event.CacheEvent;
/**
* Created on 2016/10/25.
*
* @author huangli
*/
@FunctionalInterface
public interface CacheMonitor {
void afterOperation(CacheEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy