23 packages found
Common typescript ready prototypes available in both CommonJS and ECMAScript
- server-side
- client-side
- common
- typescript
- prototype
- array
- all
- any
- append
- average
- chunk
- clone
- compact
- contains
- View more
A simple LRU Cache, a Map that has a maximum number of entries and which discards the least recently used items first.
Creates an MD5 hash of a given string and returns the first 10 characters
Simple decorator for caching getters on first access
support secondary cache mechanism. the first level cache is fixed memory-resident always with the highest priority. the second level is the LRU cache.
@wora Offline First
Loads and caches an SVG file and injects it into the DOM
A memoization algorithm in which each function argument represents a new key, creating a trie of caches as defined by the array in your first argument.
Generate service workers for web-app deployment with offline-first support
A Simple Wrapper npm-module to use Google Cloud Firestore DB with a Simple In-Memory Caching Mechanism enabled on requests and responses
Function wrapper that caches first result. Provides hooks to clear/enable/disable cache
Defined multi-level data store and access by near first.
A simple queue cache of limited or unlimited length
Tiny FIFO cache for Client or Server
Tiny FILO cache for Client or Server
offline webapp bootloader
Local package cache as first class citizen.
Local package cache as first class citizen.
Ionic cache service forked from ionic-cache - optimized to work with @angular/common/http first, falling back to @angular/http last, as opposite as in the original