FilesCache
, VfsComponent
public class WeakRefFilesCache extends SoftRefFilesCache
WeakReference
Constructor | Description |
---|---|
WeakRefFilesCache() |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.ref.Reference<FileObject> |
createReference(FileObject file,
java.lang.ref.ReferenceQueue<FileObject> refqueue) |
touchFile
getContext, getLogger, init, setContext, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, close, getFile, getOrCreateFilesystemCache, putFile, putFileIfAbsent, removeFile
public WeakRefFilesCache()
protected java.lang.ref.Reference<FileObject> createReference(FileObject file, java.lang.ref.ReferenceQueue<FileObject> refqueue)
createReference
in class SoftRefFilesCache