Odoo GraphQL Subscription using Node, Express JS for Sample
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Anand Shukla 5269ec3c66 Initial Sample. 11 months ago
..
lib Initial Sample. 11 months ago
src Initial Sample. 11 months ago
LICENSE Initial Sample. 11 months ago
README.md Initial Sample. 11 months ago
package.json Initial Sample. 11 months ago
rollup.config.js Initial Sample. 11 months ago

README.md

@wry/caches

Various cache implementations, including but not limited to

  • StrongCache: A standard Map-like cache with a least-recently-used (LRU) eviction policy and a callback hook for removed entries.

  • WeakCache: Another LRU cache that holds its keys only weakly, so entries can be removed once no longer retained elsewhere in the application.