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

tech.rsqn.cacheservice.support.CacheIteratorCallBack Maven / Gradle / Ivy

package tech.rsqn.cacheservice.support;

public interface CacheIteratorCallBack {

    boolean onCallBack(String cacheKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy