A HarperDB Component for caching HTTP requests/responses from other components.
Go into the HarperDB application you would building and install this package and add it to the config.yaml
file:
- Install:
npm install @harperdb/http-cache
- Add to
config.yaml
:
'@harperdb/http-cache':
package: '@harperdb/http-cache'
files: '/*'
All configuration options are optional
Specify a port for the caching server. Defaults to 9926
.