| Interface | Description |
|---|---|
| CacheCollector.Sizer |
In order to find out how large a cache is, this callback interface is invoked to give a "guesstimate" about how
large the cache is at present.
|
| CacheCounter.Sizer |
In order to find out how large a cache is, this callback interface is invoked
to give a "guesstimate" about how large the cache is at present.
|
| CacheInstrument |
An instrument that counts cache hits and misses
|
| RequestListener |
Provides an interface for a collector that can be called at the beginning and the end of a request to collect
statistics for saving.
|
| Class | Description |
|---|---|
| CacheCollector |
CacheCollector can track cache hits and misses and give out statistics about how the cache is performing.
|
| CacheCounter |
CacheCounter can track cache hits and misses and give out statistics about how the cache
is performing
|
| Enum | Description |
|---|---|
| CacheKeys |
Enum for the key names when statistics are pushed into a map
|
Copyright © 2016 Atlassian. All rights reserved.