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

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

The newest version!
package group.rober.base.adapter;


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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy