Package com.atlassian.jira.propertyset
Class DefaultJiraCachingPropertySetManager
java.lang.Object
com.atlassian.jira.propertyset.DefaultJiraCachingPropertySetManager
- All Implemented Interfaces:
JiraCachingPropertySetManager
public class DefaultJiraCachingPropertySetManager
extends Object
implements JiraCachingPropertySetManager
Default implementation of
JiraCachingPropertySetManager.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonClearCache(ClearCacheEvent clearCacheEvent) voidregister(JiraCachingPropertySet propertySet) Registers the given property set with this manager.
-
Constructor Details
-
DefaultJiraCachingPropertySetManager
public DefaultJiraCachingPropertySetManager()
-
-
Method Details
-
register
Description copied from interface:JiraCachingPropertySetManagerRegisters the given property set with this manager.- Specified by:
registerin interfaceJiraCachingPropertySetManager- Parameters:
propertySet- the property set to register (ignored if null)
-
onClearCache
-