Package com.atlassian.user.impl.cache

Interface Summary
Cache Deprecated. since 1.25, use Cache instead
CacheManager Deprecated. since 1.25, use CacheManager or CacheFactory instead
 

Class Summary
CachingGroupManager Uses a generic caching strategy to provide caching for any implementation of GroupManager.
CachingUserManager  
EntityRepositoryCache The repository cache is a cache where the key is the entity name as a String and the value is the RepositoryIdentifier which contains the entity.
GroupCache Caches the groups retrieved from the underlying group manager.
GroupsForUserCache The groups-for-user cache is a cache where the key is the username as a String and the value is a List of group names as Strings.
MembershipCache The membership check cache is a cache where the key is the String returned by MembershipCache.getMembershipKey(String, Group) for a given user and group, and the value is a Boolean indicating whether the user is a member of that group.
 



Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.