| Package | Description |
|---|---|
| org.wamblee.cache |
This package provides an interface for a cache together with several implementations.
|
| Constructor and Description |
|---|
CachedObject(Cache<KeyType,ValueType> aCache,
KeyType aObjectKey,
CachedObject.Computation<KeyType,ValueType> aComputation)
Constructs the cached object.
|
Copyright © 2025. All rights reserved.