-- file myapp.lua: example "myapp" modulelocal_M={}-- alternatively: local lrucache = require "resty.lrucache.pureffi"locallrucache=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 each nginx ...
name=lua-resty-lrucache abstract=Lua-land LRU Cache based on LuaJIT FFI author=Yichun Zhang (agentzh) is_original=yes license=2bsd lib_dir=lib doc_dir=lib repo_link=https://github.com/openresty/lua-resty-lrucache main_module=lib/resty/lrucache.lua ...
master BranchesTags lua-resty-lrucache/t/ Go to file Latest commit History Failed to load latest commit information. Type Name Latest commit message Commit time . . 100-pureffi 001-sanity.t 002-should-store-false.t 003-init-by-lua.t ...
lua-resty-lrucache - Lua-land LRU cache based on the LuaJIT FFI. Table of Contents Name Status Synopsis Description Methods new set get delete count capacity get_keys flush_all Prerequisites Installation Community English Mailing List Chinese Mailing List ...
lua-resty-lrucache - Lua-land LRU cache based on the LuaJIT FFI. Table of Contents Name Status Synopsis Description Methods new set get delete count capacity get_keys flush_all Prerequisites Installation Community English Mailing List Chinese Mailing List ...
Security Insights Additional navigation options Files master lib/resty lrucache lrucache.lua t .gitattributes .gitignore .travis.yml Makefile README.markdown dist.ini valgrind.suppress Latest commit xiaocang bumped version to 0.13. (#56)
--file myapp.lua: example "myapp" modulelocal_M={}--alternatively: local lrucache = require "resty.lrucache.pureffi"locallrucache=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 each nginx worker...
003-init-by-lua.t 004-flush-all.t 005-capacity.t 006-count.t 007-get-keys.t 008-user-flags.t 101-mixed.t TestLRUCache.pm .gitattributes .gitignore .travis.yml Makefile README.markdown dist.ini valgrind.suppressBreadcrumbs lua-resty-lrucache / t/ Directory actions More options ...