Class WeakRefFilesCache

All Implemented Interfaces:
Closeable, AutoCloseable, FilesCache, VfsComponent

This implementation caches every file as long as it is strongly reachable by the Java vm. As soon as the object is no longer reachable it will be discarded. In contrast to the SoftRefFilesCache this implementation might free resources faster as it doesn't wait until a memory limitation.
See Also: