RoomFileScope intercepts the parent FileCacheContext and filters read operations so that only files belonging to the current room are returned.
Mutation operations and state properties always pass through unchanged.
<FileCacheProvider> <RoomFileScope> <FileManager /> </RoomFileScope></FileCacheProvider> Copy
<FileCacheProvider> <RoomFileScope> <FileManager /> </RoomFileScope></FileCacheProvider>
RoomFileScope intercepts the parent FileCacheContext and filters read operations so that only files belonging to the current room are returned.
Mutation operations and state properties always pass through unchanged.