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

group.rober.base.adapter.ShiroCacheParitalInterface Maven / Gradle / Ivy

package group.rober.base.adapter;


import java.util.Collection;
import java.util.Set;

public interface ShiroCacheParitalInterface {
    int size();
    Set keys();
    Collection values();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy