A proxy layer that attempts to serve media files from a cache adapter before falling back to storage.
The underlying Quatrain StorageAdapter
The CacheAdapterInterface instance
Time-to-live in seconds for the cached media binary. Defaults to 600s (10 min).
Protected
Fetches a media file, trying Cache first, and falling back to the StorageAdapter.
The file binary data as a Buffer
A proxy layer that attempts to serve media files from a cache adapter before falling back to storage.