public static class CachingObjectStorage.PathPhantomReference extends PhantomReference<CachingObjectStorage.PathHolder>
| Constructor and Description |
|---|
PathPhantomReference(CachingObjectStorage.PathHolder referent,
ReferenceQueue<? super CachingObjectStorage.PathHolder> q,
long dataSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
equals(Object o) |
Path |
getCachedContentPath() |
long |
getDataSizeInBytes() |
int |
hashCode() |
boolean |
isCleared() |
String |
toString() |
getclone, enqueue, isEnqueuedpublic PathPhantomReference(CachingObjectStorage.PathHolder referent, ReferenceQueue<? super CachingObjectStorage.PathHolder> q, long dataSizeInBytes)
public void clear()
clear in class Reference<CachingObjectStorage.PathHolder>public Path getCachedContentPath()
public long getDataSizeInBytes()
public boolean isCleared()
Copyright © 2016–2025. All rights reserved.