|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatisticsObjectCache | |
|---|---|
| org.jboss.dashboard.database.cache.custom | |
| Uses of StatisticsObjectCache in org.jboss.dashboard.database.cache.custom |
|---|
| Classes in org.jboss.dashboard.database.cache.custom that implement StatisticsObjectCache | |
|---|---|
class |
AutoCache
This cache implementation uses soft references so that cached objects are automatically garbage collected when needed. |
class |
FIFOCache
Cache implementation that uses the Least Recently Used algorithm. |
class |
HybridCache
A hybrid cache solution that uses a (presumably small) LRU cache backed by a larger AutoCache. |
class |
LRUCache
Cache implementation that uses the Least Recently Used algorithm. |
class |
TimerCache
Cache implementation that times out cached elements. |
|
Dashboard Builder Commons 6.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||