Expand description
CodecFrame and the pluggable map cache.
Re-exports§
pub use MapCache as IMapCache;
Structs§
- Codec
Frame - One streaming frame produced by a Codec-compliant server.
- Memory
MapCache - Default in-memory
MapCachebacked by a mutex-guardedHashMap.
Traits§
- MapCache
- Pluggable cache for loaded maps. The default is
MemoryMapCache.