Uses of Interface
com.atlassian.crowd.manager.cache.CacheManager

Packages that use CacheManager
com.atlassian.crowd.dao.token   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.cache   
com.atlassian.crowd.manager.proxy   
com.atlassian.crowd.util   
 

Uses of CacheManager in com.atlassian.crowd.dao.token
 

Methods in com.atlassian.crowd.dao.token with parameters of type CacheManager
 void TokenDAOMemory.setCacheManager(CacheManager cacheManager)
           
 

Constructors in com.atlassian.crowd.dao.token with parameters of type CacheManager
ResetPasswordTokenDaoMemory(CacheManager cacheManager)
           
 

Uses of CacheManager in com.atlassian.crowd.manager.authentication
 

Methods in com.atlassian.crowd.manager.authentication with parameters of type CacheManager
 void TokenAuthenticationManagerImpl.setCacheManager(CacheManager cacheManager)
           
 

Uses of CacheManager in com.atlassian.crowd.manager.cache
 

Classes in com.atlassian.crowd.manager.cache that implement CacheManager
 class CacheManagerEhcache
           
 

Uses of CacheManager in com.atlassian.crowd.manager.proxy
 

Methods in com.atlassian.crowd.manager.proxy with parameters of type CacheManager
 void TrustedProxyManagerImpl.setCacheManager(CacheManager cacheManager)
           
 

Uses of CacheManager in com.atlassian.crowd.util
 

Constructors in com.atlassian.crowd.util with parameters of type CacheManager
RemoteAddressCacheUtil(CacheManager cacheManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.