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

redis.clients.jedis.csc.Cacheable Maven / Gradle / Ivy

package redis.clients.jedis.csc;

import java.util.List;
import redis.clients.jedis.commands.ProtocolCommand;

public interface Cacheable {

  boolean isCacheable(ProtocolCommand command, List keys);
}