All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.tornado.inject.CacheInterceptor Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package no.tornado.inject;

import java.io.Serializable;
import java.lang.reflect.Method;
import java.util.Map;

public interface CacheInterceptor {
    void beforeInvalidate(BeanInfo beanInfo, Method method, Object[] args, Map indexEntries);
    void beforeStore(BeanInfo beanInfo, Method method, Object[] args, Map indexEntries, String cacheKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy