cache property

AssetCache cache
getter/setter pair

The cache. *

  • You can assign null to it to disable the caching.
  • Or, overriding shallCache to have fine-control of what to cache.

Implementation

late AssetCache cache;