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

com.giffing.bucket4j.spring.boot.starter.config.cache.CacheManager Maven / Gradle / Ivy

There is a newer version: 0.12.7
Show newest version
package com.giffing.bucket4j.spring.boot.starter.config.cache;

public interface CacheManager {
	 V getValue(K key);
	 void setValue(K key, V value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy