软件包:lua-resty-lrucache(0.15-1)
lua-resty-lrucache 的相关链接
Debian 的资源:
下载源码包 lua-resty-lrucache:
- [lua-resty-lrucache_0.15-1.dsc]
- [lua-resty-lrucache_0.15.orig.tar.gz]
- [lua-resty-lrucache_0.15-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Simple LRU cache for the ngx_lua module
The LRU cache resides completely in the Lua VM and is subject to Lua GC. As such, do not expect it to get shared across the OS process boundary. The upside is that you can cache arbitrary complex Lua values (such as deep nested Lua tables) without the overhead of serialization (as with ngx_lua's shared dictionary API). The downside is that your cache is always limited to the current OS process (i.e. the current Nginx worker process). It does not really make much sense to use this library in the context of init_by_lua because the cache will not get shared by any of the worker processes (unless you just want to "warm up" the cache with predefined items which will get inherited by the workers via fork()).
其他与 lua-resty-lrucache 有关的软件包
|
|
|
|
-
- dep: libluajit-5.1-2
- OpenResty-maintained branch of LuaJIT (shared objects)