https://github.com/jmw5598/angular-in-memory-cache-service
An in-memory cache service that stores key value pairs. Key value pairs are check for expiration every 10 seconds. Store function take a optional minute value of how long to store.
https://github.com/jmw5598/angular-in-memory-cache-service
angular angular2
Last synced: 3 months ago
JSON representation
An in-memory cache service that stores key value pairs. Key value pairs are check for expiration every 10 seconds. Store function take a optional minute value of how long to store.
- Host: GitHub
- URL: https://github.com/jmw5598/angular-in-memory-cache-service
- Owner: jmw5598
- Created: 2018-02-13T18:21:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T18:23:20.000Z (over 8 years ago)
- Last Synced: 2025-01-09T05:23:19.201Z (over 1 year ago)
- Topics: angular, angular2
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An in-memory cache service that stores key value pairs.
Key value pairs are check for expiration every 10 seconds.
Store function take a option minute value of how long to store.