Uses of Class
com.atlassian.jira.cache.GoogleCacheInstruments

Packages that use GoogleCacheInstruments
com.atlassian.jira.cache   
 

Uses of GoogleCacheInstruments in com.atlassian.jira.cache
 

Methods in com.atlassian.jira.cache that return GoogleCacheInstruments
 GoogleCacheInstruments GoogleCacheInstruments.addCache(com.google.common.cache.Cache cache)
          Adds cache to the list of caches to expose in JIRA instrumentation.
 GoogleCacheInstruments GoogleCacheInstruments.install()
          Installs one instrument for each of the following statistics for all caches that are monitored by this GoogleCacheInstruments instance: size hitCount missCount loadSuccessCount loadExceptionCount totalLoadTime evictionCount
 GoogleCacheInstruments GoogleCacheInstruments.removeCache(com.google.common.cache.Cache cache)
          Removes cache from the list of caches to expose in JIRA instrumentation.
 GoogleCacheInstruments GoogleCacheInstruments.uninstall()
          Currently does nothing because JIRA does not support uninstalling instruments.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.