https://github.com/nexys-system/node-cache-persistent
https://github.com/nexys-system/node-cache-persistent
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nexys-system/node-cache-persistent
- Owner: nexys-system
- Created: 2021-12-18T13:22:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T10:22:18.000Z (over 1 year ago)
- Last Synced: 2024-04-26T01:05:21.628Z (about 1 year ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Cache
[](https://www.npmjs.com/package/@nexys/node-cache)
[](https://github.com/nexys-system/node-cache-persistent/actions/workflows/yarn.yml)
[](https://github.com/nexys-system/node-cache-persistent/actions/workflows/publish.yml)
Expands [node-cache](https://www.npmjs.com/package/node-cache) and adds `persistent` option.
## Get Started
```
const Cache from '@nexys/node-cache';const cache = new Cache({ persistent: true });
export default cache;
```## API and Documentation
refer to: https://www.npmjs.com/package/node-cache