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

kim.sesame.framework.cache.provider.ITTLCacheProvider Maven / Gradle / Ivy

The newest version!
package kim.sesame.framework.cache.provider;


/**
* TTL的缓存数据提供者
*/
public interface ITTLCacheProvider {

    /**
     * 加载单个元素
     * @param key key
     * @return value
     */
    V get(String key);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy