List of usage examples for org.apache.shiro.cache AbstractCacheManager subclass-usage
From source file com.glaf.shiro.redis.ShiroRedisCacheManager.java
public class ShiroRedisCacheManager extends AbstractCacheManager { private Cacheable cacheable; @SuppressWarnings("rawtypes") protected Cache createCache(String cacheName) throws CacheException { return new ShiroRedisCache<String, Object>(cacheName, cacheable);
From source file com.webarch.common.shiro.distribution.DistributeCacheManager.java
/**
* ????
*
* @Author: DR.YangLong
* @Date: 14-9-30
* @Time: ?9:29
From source file eu.eubrazilcc.lvl.storage.security.shiro.cache.GuavaCacheManager.java
/**
* Implementation of {@link org.apache.shiro.cache.CacheManager} that uses the Guava caching API. This class was originally released
* under the Apache License, Version 2.0.<br>
* <br>
* This cache manager may be configured giving a cacheBuilderSpecification (as a string) by calling {@link #setCacheBuilderSpecification(String)}
* or in <tt>shiro.ini</tt>:
From source file org.apache.mycat.advisor.common.security.shiro.distribution.DistributeCacheManager.java
/**
* ????
*
* @Author: DR.YangLong
* @Date: 14-9-30
* @Time: ?9:29