Class that provides an in-memory file storage system. It extends the
BaseFileStore class and implements its readFile and writeFile methods.
This class is typically used in scenarios where temporary, in-memory
file storage is needed, such as during testing or for caching files in
memory for quick access.
Class that provides an in-memory file storage system. It extends the BaseFileStore class and implements its readFile and writeFile methods. This class is typically used in scenarios where temporary, in-memory file storage is needed, such as during testing or for caching files in memory for quick access.