flysystem-google-drive
flysystem-google-drive copied to clipboard
additionalField(s) missing cache
Hi,
Just enabled caching with Symfony's cache.app
adapter and noticed that getContents
listings read from cache are missing additional fields.
I am fetching hasThumbnail
with thumbnailLink
fine from API, but miss them when read back from cache.
Is this a Flysystem's limitation?
@mrblur Yes, it is probably a limitation of the FlySystem's cache mechanism. You may need to extend the cache mechanism.
There is extra cache trait for param hasdir
. https://github.com/nao-pon/flysystem-cached-extra/blob/master/src/Hasdir.php