Package com.atlassian.jira.propertyset
Class NoOpPropertyEntryStoreStats
java.lang.Object
com.atlassian.jira.propertyset.NoOpPropertyEntryStoreStats
- All Implemented Interfaces:
PropertyEntryStoreStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCacheMiss(String entityName, long elapsed) voidonGetEntry(String entityName, long elapsed) voidonInvalidateCache(String entityName, long elapsed) voidonRemoveAll(long elapsed) voidonRemoveEntry(String entityName, long elapsed) voidonSetEntry(String entityName, long elapsed)
-
Constructor Details
-
NoOpPropertyEntryStoreStats
public NoOpPropertyEntryStoreStats()
-
-
Method Details
-
onGetEntry
- Specified by:
onGetEntryin interfacePropertyEntryStoreStats
-
onSetEntry
- Specified by:
onSetEntryin interfacePropertyEntryStoreStats
-
onRemoveEntry
- Specified by:
onRemoveEntryin interfacePropertyEntryStoreStats
-
onCacheMiss
- Specified by:
onCacheMissin interfacePropertyEntryStoreStats
-
onInvalidateCache
- Specified by:
onInvalidateCachein interfacePropertyEntryStoreStats
-
onRemoveAll
public void onRemoveAll(long elapsed) - Specified by:
onRemoveAllin interfacePropertyEntryStoreStats
-