public interface CachingBOLoaderGCStrategyI extends java.lang.Iterable<BO>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Resets the caching strategy, e.g. because all cached objects have been dropped
|
void |
put(java.lang.Long k,
BO v) |
void |
putAll(java.util.Map<java.lang.Long,BO> m)
Called by the CachingBOLoader after new BOs have been inserted into the Cache,
to allow the Strategy to add relevant root BOs to its internal structure.
|
void |
rescheduleGC(int interval) |
void |
stopAutoGC()
Stops any scheduled GC thread of this strategy.
|
void |
updateOnCacheHit(BO bo)
Called after a get or frap got a cache hit and did not need to put a new BO inside the cache.
|
void |
updateWriteAccess(BO bo)
Updates the caching strategy with a new 'written'/'added'/'coerced' time after a possibly existing BO
would've been put into the cache again if it weren't already there yet.
|
static final java.lang.String $0
void clear()
void putAll(java.util.Map<java.lang.Long,BO> m)
m
- the map of BOs that were just now added into the local cache, nonnull.void put(java.lang.Long k, BO v)
void updateWriteAccess(BO bo)
void updateOnCacheHit(BO bo)
void stopAutoGC()
void rescheduleGC(int interval)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.