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

pers.clare.polarbearcache.PolarBearCache Maven / Gradle / Ivy

There is a newer version: 1.2.3-RELEASE
Show newest version
package pers.clare.polarbearcache;

import org.springframework.cache.Cache;

@SuppressWarnings("unused")
public interface PolarBearCache extends Cache {

    Object getValue(String key);

    void onlyEvict(String key);

    void onlyClear();

    void expire(long now);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy