读取 LRU 缓存 Ycb-lru

码农软件 · 软件分类 · 其他开发相关 · 2019-10-20 17:42:56

软件介绍

Ycb-lru 是一个带缓存的 YCB。它允许你使用 ycb 和自动缓存你在 LRU 缓存中读取操作结果

示例:

var Ycb = require('ycb-lru');
var appConfig = require('./config');
var dimensions = require('./dimensions');
var bundle = dimensions.concat(appConfig);

var ycb = Ycb(bundle);

var config = ycb.read({}); // config is master settings

config = ycb.read({environment: 'prod'}); // config is now set to prod


本文地址:https://codercto.com/soft/d/17187.html

Rationality for Mortals

Rationality for Mortals

Gerd Gigerenzer / Oxford University Press, USA / 2008-05-02 / USD 65.00

Gerd Gigerenzer's influential work examines the rationality of individuals not from the perspective of logic or probability, but from the point of view of adaptation to the real world of human behavio......一起来看看 《Rationality for Mortals》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具