Interface for accessing the file system with automatic caching.
The idea is to cache the results of any file system state reads during a single transaction. This has two main benefits:
Note that this only deals with reading state, not writing.
Properties maintained by the API:
The API is a bit limited. It's easy to add new cached operations, however. You should perform all file system reads through the API to actually take advantage of the benefits.
Class | FileSystemCache |
No class docstring; 0/11 instance variable, 5/15 methods documented |
Function | copy_os_error |
Undocumented |