cacheEngine property
Fill this property to aumtomatically have a configurable local cache You can use the already provided JsonCacheEngine to have an already implemented cache. Or you can create your own engine by extending ILocalDirectusCacheInterface an providing an instance of your engine in this property
Implementation
final ILocalDirectusCacheInterface? cacheEngine;