Asset cache used by various Ignis nodes.
static Cache get cache => _cache;
static set cache(Cache value) { if (identical(_cache, value)) return; _cache.dispose(); _cache = value; }