
xworker.shiro.cache.CacheManagerActions Maven / Gradle / Ivy
package xworker.shiro.cache;
import org.apache.shiro.cache.MemoryConstrainedCacheManager;
import org.xmeta.ActionContext;
public class CacheManagerActions {
public static Object createMemoryConstrainedCacheManager(ActionContext actionContext){
return new MemoryConstrainedCacheManager();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy