- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/yahoo/ycb-lru
软件介绍
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 prodThe Apache Modules Book
Nick Kew / Prentice Hall PTR / 2007-02-05 / USD 54.99
"Do you learn best by example and experimentation? This book is ideal. Have your favorite editor and compiler ready-you'll encounter example code you'll want to try right away. You've picked the right......一起来看看 《The Apache Modules Book》 这本书的介绍吧!
