Skip to main content

Module storage

Module storage 

Source

Structs§

ChunkStorage
An abstract chunk storage backed by a ChunkStorageTrait implementation.
WeakChunkStorage
A storage for chunks where they’re only stored weakly, so if they’re not actively being used somewhere else they’ll be forgotten.

Traits§

ChunkStorageTrait