Interface | Description |
---|---|
CacheFetcherI |
an interface for caches providing a callback to fetch missing values
|
DependencyCalculatorI |
An interface for caches providing a callback to fetch missing values,
and extending the change lister to additional BOs a cached value depends on.
|
ExpungeableReferenceI |
Interface as a callback for expunging values from a reference queue
|
ExpungingCacheI |
An interface for cache implementions in need to expunge specific keys
|
Class | Description |
---|---|
ExpungingReferenceQueue |
ReferenceQueue implementation with a thread to call expunge() on refences on the brink of destruction
|
ExpungingSoftReference |
A SoftReference implementation which supports data to be able to expunge from a cache instance,
when the value referenced to is about to be gc'ed.
|
ExpungingSoftReferenceWithDependencies |
A SoftReference implementation which supports data to be able to expunge from a cache instance,
when the value referenced to is about to be gc'ed.
|
SoftReferenceCache |
Copyright © 2000-2024 OAshi S.à r.l. All Rights Reserved.