com.atlassian.jira.license
Class LicenseRoleGroupsCache

java.lang.Object
  extended by com.atlassian.jira.license.LicenseRoleGroupsCache

public class LicenseRoleGroupsCache
extends Object

This is a very basic cache that stores license role to group mappings.

Since:
6.3

Constructor Summary
LicenseRoleGroupsCache(com.atlassian.cache.CacheManager cacheManager, EntityEngine entityEngine)
           
 
Method Summary
 void clearCache(ClearCacheEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseRoleGroupsCache

public LicenseRoleGroupsCache(com.atlassian.cache.CacheManager cacheManager,
                              EntityEngine entityEngine)
Method Detail

clearCache

@EventListener
public void clearCache(ClearCacheEvent event)


Copyright © 2002-2014 Atlassian. All Rights Reserved.