| Interface | Description |
|---|---|
| CacheProperties |
Exposes a cache configuration as simple high-level properties.
|
| Key<I> |
A cache key for a given identifier
|
| Class | Description |
|---|---|
| ConcurrentManager<K,V> |
Manages creation and destruction of values to be shared across threads.
|
| SimpleManager<K,V> |
Manages creation and destruction of objects not sharable across threads.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.