public class ReferenceCountedCache<K,T extends net.openhft.chronicle.core.io.ReferenceCounted & net.openhft.chronicle.core.io.Closeable,V,E extends Throwable>
extends net.openhft.chronicle.core.io.AbstractCloseable
| Constructor and Description |
|---|
ReferenceCountedCache(Function<T,V> transformer,
net.openhft.chronicle.core.util.ThrowingFunction<K,T,E> creator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performClose() |
void |
triggerExpiry()
Deprecated.
This should not be used
|
assertCloseable, assertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, disableThreadSafetyCheck, disableThreadSafetyCheck, enableCloseableTracing, gcAndWaitForCloseablesToClose, isClosed, isClosing, isInUserThread, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, threadSafetyCheck, throwExceptionIfClosed, throwExceptionIfClosedInSetter, toString, unmonitor, waitForCloseablesToClose, waitForClosed, warnAndCloseIfNotClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected void performClose()
performClose in class net.openhft.chronicle.core.io.AbstractCloseable@Deprecated public void triggerExpiry()
It will be removed
Copyright © 2022. All rights reserved.