Package com.atlassian.jira.propertyset
Class ComponentCachingOfBizPropertyEntryStore
java.lang.Object
com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore
com.atlassian.jira.propertyset.ComponentCachingOfBizPropertyEntryStore
- All Implemented Interfaces:
InitializingComponent,OfBizPropertyEntryStore
@ParametersAreNonnullByDefault
public class ComponentCachingOfBizPropertyEntryStore
extends CachingOfBizPropertyEntryStore
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.propertyset.OfBizPropertyEntryStore
OfBizPropertyEntryStore.PropertyEntry -
Constructor Summary
ConstructorsConstructorDescriptionComponentCachingOfBizPropertyEntryStore(QueryDslAccessor queryDslAccessor, com.atlassian.cache.CacheManager cacheManager, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) This constructor creates the "component" version of CachingOfBizPropertyEntryStore. -
Method Summary
Modifier and TypeMethodDescriptionvoidonClearCache(ClearCacheEvent event) voidprotected voidvalidateEntityName(String entityName) Methods inherited from class com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore
afterInstantiation, createRemoveOperation, createSetOperation, exists, getEntry, getKeys, getKeys, getType, invalidateCacheEntry, refreshAll, removeEntry, removePropertySet, setEntry
-
Constructor Details
-
ComponentCachingOfBizPropertyEntryStore
public ComponentCachingOfBizPropertyEntryStore(QueryDslAccessor queryDslAccessor, com.atlassian.cache.CacheManager cacheManager, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) This constructor creates the "component" version of CachingOfBizPropertyEntryStore.
-
-
Method Details
-
validateEntityName
- Overrides:
validateEntityNamein classCachingOfBizPropertyEntryStore
-
onClearCache
-
onDatabaseImportCompleted
-