public interface DependencyCalculatorI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
long[] |
calculateDependencies(java.lang.Object key,
java.lang.Object value)
This method calculates for a given object the ids of objects, which can invalidate
the cached state.
|
static final java.lang.String $0
long[] calculateDependencies(java.lang.Object key, java.lang.Object value)
key
- The cache key of the object, does not have to be a Long, FIXME is it nullable or nonnull?value
- The currently cached value which might depend on other objects. NullableCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.