Skip to main content

Module file_cache

Module file_cache 

Source
Expand description

File state cache.

Caches file contents to avoid redundant reads during a session. Files are evicted when their modification time changes or the cache reaches its size limit.

Structsยง

FileCache
In-memory cache of recently read files.