| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheManager | |
|---|---|
| org.apache.shiro.cache | Caching support used to enhance performance for any security operation. | 
| org.apache.shiro.mgt | Provides the master SecurityManagerinterface and a default implementation
 hierarchy for managing all aspects of Shiro's functionality in an application. | 
| org.apache.shiro.realm | Components and sub-packages used in supporting the core Realminterface. | 
| org.apache.shiro.session.mgt | SessionManagercomponents supporting enterprise session management. | 
| org.apache.shiro.session.mgt.eis | EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions using any EIS API. | 
| Uses of CacheManager in org.apache.shiro.cache | 
|---|
| Classes in org.apache.shiro.cache that implement CacheManager | |
|---|---|
|  class | AbstractCacheManagerVery simple abstract CacheManagerimplementation that retains all createdCacheinstances in
 an in-memoryConcurrentMap. | 
|  class | MemoryConstrainedCacheManagerSimple memory-only based CacheManagerimplementation usable in production
 environments. | 
| Methods in org.apache.shiro.cache with parameters of type CacheManager | |
|---|---|
|  void | CacheManagerAware.setCacheManager(CacheManager cacheManager)Sets the available CacheManager instance on this component. | 
| Uses of CacheManager in org.apache.shiro.mgt | 
|---|
| Methods in org.apache.shiro.mgt that return CacheManager | |
|---|---|
|  CacheManager | CachingSecurityManager.getCacheManager()Returns the CacheManager used by this SecurityManager. | 
| Methods in org.apache.shiro.mgt with parameters of type CacheManager | |
|---|---|
|  void | CachingSecurityManager.setCacheManager(CacheManager cacheManager)Sets the CacheManager used by this SecurityManagerand potentially any of its
 children components. | 
| Uses of CacheManager in org.apache.shiro.realm | 
|---|
| Methods in org.apache.shiro.realm that return CacheManager | |
|---|---|
|  CacheManager | CachingRealm.getCacheManager()Returns the CacheManager used for data caching to reduce EIS round trips, or null if caching is disabled. | 
| Methods in org.apache.shiro.realm with parameters of type CacheManager | |
|---|---|
|  void | CachingRealm.setCacheManager(CacheManager cacheManager)Sets the CacheManager to be used for data caching to reduce EIS round trips. | 
| Constructors in org.apache.shiro.realm with parameters of type CacheManager | |
|---|---|
| AuthenticatingRealm(CacheManager cacheManager) | |
| AuthenticatingRealm(CacheManager cacheManager,
                    CredentialsMatcher matcher) | |
| AuthorizingRealm(CacheManager cacheManager) | |
| AuthorizingRealm(CacheManager cacheManager,
                 CredentialsMatcher matcher) | |
| Uses of CacheManager in org.apache.shiro.session.mgt | 
|---|
| Methods in org.apache.shiro.session.mgt with parameters of type CacheManager | |
|---|---|
|  void | DefaultSessionManager.setCacheManager(CacheManager cacheManager) | 
| Uses of CacheManager in org.apache.shiro.session.mgt.eis | 
|---|
| Methods in org.apache.shiro.session.mgt.eis that return CacheManager | |
|---|---|
|  CacheManager | CachingSessionDAO.getCacheManager()Returns the CacheManager to use for acquiring the activeSessionsCacheif
 one is not configured. | 
| Methods in org.apache.shiro.session.mgt.eis with parameters of type CacheManager | |
|---|---|
|  void | CachingSessionDAO.setCacheManager(CacheManager cacheManager)Sets the cacheManager to use for acquiring the activeSessionsCacheif
 one is not configured. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||