frameCacheProvider top-level property
The frame cache used by the render pipeline; defaults to the shared
fluvie_frame_cache directory under the system temp directory and is
overridable (for example with a per-test root).
Implementation
final frameCacheProvider = Provider<FrameCache>((ref) => FrameCache(FrameCache.defaultRoot()));