Uses of Interface
com.atlassian.crowd.service.cache.BasicCache

Packages that use BasicCache
com.atlassian.crowd.service.cache   
com.atlassian.crowd.util   
 

Uses of BasicCache in com.atlassian.crowd.service.cache
 

Classes in com.atlassian.crowd.service.cache that implement BasicCache
 class CacheImpl
           
 

Methods in com.atlassian.crowd.service.cache that return BasicCache
static BasicCache CachingManagerFactory.getCache()
           
 

Constructors in com.atlassian.crowd.service.cache with parameters of type BasicCache
CacheExpiryManagerImpl(BasicCache basicCache)
           
CachingGroupManager(SecurityServerClient securityServerClient, BasicCache basicCache)
           
CachingGroupMembershipManager(SecurityServerClient securityServerClient, UserManager userManager, GroupManager groupManager, BasicCache basicCache)
           
CachingUserManager(SecurityServerClient securityServerClient, BasicCache basicCache)
           
 

Uses of BasicCache in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type BasicCache
static java.util.List NestingHelper.getAllGroupNames(SOAPNestableGroup[] allGroups, BasicCache cache)
          Takes a list of all groups, along with their direct children, and returns a list of group names.
static java.util.List NestingHelper.getAllGroupsForUser(java.util.List directGroups, BasicCache cache)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.