Package - lua-resty-lrucache

Package:  lua-resty-lrucache
apt-get install lua-resty-lrucache
Documentations in package:

Primary informations

Download package: https://packages.sury.org/nginx-mainline/pool/main/l/lua-resty-lrucache/lua-resty-lrucache_0.15-2+0~20250426.4+debian13~1.gbp8578db_all.deb (Size: 10.6KiB)

PropertyValue
Packagelua-resty-lrucache
Version0.15-2+0~20250426.4+debian13~1.gbp8578db
Architectureall
MaintainerDebian Lua Team
Installed-Size42
Dependslibluajit-5.1-2
Provideslua5.1-resty-lrucache
Homepagehttps://github.com/openresty/lua-resty-lrucache
Priorityoptional
Sectionnet
Filenamepool/main/l/lua-resty-lrucache/lua-resty-lrucache_0.15-2+0~20250426.4+debian13~1.gbp8578db_all.deb
Size10828
SHA256cc921c6a4a375a75d982739e1a52fba82640cc7948bf2cb31f2aaa94cd7403e9
SHA1537e5356933ba6f5b10de0b213b75c5ce5b00542
MD5sum9f92fc2a81195f16245eef657500bc06
DescriptionSimple 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()).
Description-md5

Files in package

  • /usr/share/doc/lua-resty-lrucache/changelog.Debian.gz
  • /usr/share/doc/lua-resty-lrucache/changelog.Debian.gz
  • /usr/share/doc/lua-resty-lrucache/copyright
  • /usr/share/doc/lua-resty-lrucache/copyright
  • /usr/share/lua/5.1/resty/lrucache.lua
  • /usr/share/lua/5.1/resty/lrucache.lua
  • /usr/share/lua/5.1/resty/lrucache/pureffi.lua
  • /usr/share/lua/5.1/resty/lrucache/pureffi.lua