Package gw.fs.physical
Class FullCachingPhysicalFileSystem
java.lang.Object
gw.fs.physical.AbstractCachingPhysicalFileSystem
gw.fs.physical.FullCachingPhysicalFileSystem
- All Implemented Interfaces:
IPhysicalFileSystem
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class gw.fs.physical.AbstractCachingPhysicalFileSystem
_delegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clearDirectoryCaches
(ResourcePath dirPath) getFileMetadata
(ResourcePath filePath) List<? extends IFileMetadata>
listFiles
(ResourcePath directoryPath) Methods inherited from class gw.fs.physical.AbstractCachingPhysicalFileSystem
delete, exists, mkdir
-
Field Details
-
_dirCache
-
_lock
-
-
Constructor Details
-
FullCachingPhysicalFileSystem
-
-
Method Details
-
listFiles
-
getFileMetadata
-
clearDirectoryCaches
-
clearAllCaches
public void clearAllCaches()
-