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
用户评论