APIHive
Cache Adapter
A simple caching adapter for APIHive.
Compatible with most browsers and Deno.
A simple caching adapter for APIHive.
Compatible with most browsers and Deno.
Simple Cache Adapter is an extension for APIHive Core that provides a simple way to cache responses in the local IndexedDB.
It relies on the request hash feature to identify unique requests.
The cache can be leveraged at the request level, endpoint level or API level and can be configured to programmatically filter what API requests should be cached based on runtime conditions and request metadata.
Jump to the getting started section to learn how to use it.