Modules§
Structs§
- Bevy
Cache Plugin - Plugin that registers the file cache system.
- Cache
Config - Configuration for the file cache system.
- Cache
Entry - A single entry in the cache manifest.
- Cache
Manifest - Manifest tracking all cached assets. Persisted as RON on disk.
- Cache
Queue - Resource holding queued asset-save requests.
Enums§
- Cache
Error - Errors that can occur in the cache system.
Traits§
- Asset
Server Cache Ext - Extension trait that adds cache-aware loading to
AssetServer.