| Package | Description |
|---|---|
| org.openjena.atlas.lib | |
| org.openjena.atlas.lib.cache |
| Modifier and Type | Method and Description |
|---|---|
static <Key,Value> |
CacheFactory.createStats(Cache<Key,Value> cache)
Add a statistics wrapper to an existing cache
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheStatsAtomic<Key,Value>
Capture statisics for a cache - this class is thread safe (you can read the stats while the cache is active)
|
class |
CacheStatsSimple<Key,Value>
Collect statistics for a cache - this class is not thread safe (@see{CacheStatsAtomic})
|
Licenced under the Apache License, Version 2.0