| Package | Description |
|---|---|
| one.microstream.reference |
| Modifier and Type | Class and Description |
|---|---|
static class |
Lazy.Checker.Default
This implementation uses two dimensions to evaluate if a lazy reference will be cleared:
- time: a ref's "age" in terms of Lazy.lastTouched() compared to System.currentTimeMillis()- memory: the amount of used memory compared to the permitted quota of total available memory. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Lazy.clear(Lazy.ClearingEvaluator clearingEvaluator) |
boolean |
Lazy.Default.clear(Lazy.ClearingEvaluator clearingEvaluator) |
Copyright © 2022 MicroStream Software. All rights reserved.