An open API service indexing awesome lists of open source software.

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.

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.