Skip to main content

Crate bevy_cache

Crate bevy_cache 

Source

Modules§

prelude

Structs§

BevyCachePlugin
Plugin that registers the file cache system.
CacheConfig
Configuration for the file cache system.
CacheEntry
A single entry in the cache manifest.
CacheManifest
Manifest tracking all cached assets. Persisted as RON on disk.
CacheQueue
Resource holding queued asset-save requests.

Enums§

CacheError
Errors that can occur in the cache system.

Traits§

AssetServerCacheExt
Extension trait that adds cache-aware loading to AssetServer.