mem
popularMemoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Updated by @sindresorhus
gulp-rev
popularStatic asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
Updated by @sindresorhus
gulp-rev-all
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.
Updated by @smysnk
@mersanuzun/lokiejs
This is a wrapper of localstorage. It brings an expiration feature to localstorage. You can give expire time the stored elements. It will return null if stored element of time is …
Updated by @mersanuzun
moize-import-type
Blazing fast memoization based on all parameters passed
Updated by @sebastian_crow
session-expiration-alert
An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the …
Updated by @changhuixu
gulp-wp-cache-bust
Revisioning worpdress theme files by appending a hash to your assets path.
Updated by @tylercraft
micro-memoize-import-type
A tiny, crazy fast memoization library for the 95% use-case
Updated by @sebastian_crow
cache-lib
cache.js 是一个轻量级的 JS 库,对 `localStorage`、`sessionStorage`进行了扩展,增加了序列化方法和过期时间。可以直接存取JSON对象、设置过期时间。
Updated by @kpatrick1989
@sailplane/expiring-value
Container for a value that is instantiated on-demand (lazy-loaded via factory) and cached for a limited time.
Updated by @itprokyle
obj-memory-cache
A simple in memory cache that can watch files, or expire at a set time.
Updated by @aspiesoft
gulp-rev-all2
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name. Better absolute …
Updated by @malcolmocean
redux-persist-complex-transform
This transform allows filter, encrypt, compress, versioning and expiring persisted data from redux-persist. Also works with immutable and seamless-immutable data structures.
Updated by @vdanek