lua resty lrucache:基于LuaJIT FFI的Lua land LRU缓存 源码
名称 lua-resty-lrucache-基于LuaJIT FFI的Lua-land LRU缓存。 目录 安装 社区 英文邮件列表 中文邮件列表 错误和补丁 作者 版权和许可 也可以看看 地位 该库被认为可以投入生产。 概要 -- file myapp.lua: example "myapp" module local _M = {} -- alternatively: local lrucache = require "resty.lrucache.pureffi" local lrucache = require " resty.lrucache " -- we need to initialize the cache on the lua module level so that -- it can be shared by all the requests served by
文件列表
lua-resty-lrucache-master.zip
(预估有个27文件)
lua-resty-lrucache-master
.travis.yml
2KB
valgrind.suppress
1KB
t
002-should-store-false.t
660B
TestLRUCache.pm
675B
008-user-flags.t
4KB
006-count.t
1KB
005-capacity.t
481B
001-sanity.t
4KB
暂无评论