diff options
Diffstat (limited to 'meta/3rd/OpenResty/resty.lrucache.lua')
-rw-r--r-- | meta/3rd/OpenResty/resty.lrucache.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.lrucache.lua b/meta/3rd/OpenResty/resty.lrucache.lua new file mode 100644 index 00000000..62d06c76 --- /dev/null +++ b/meta/3rd/OpenResty/resty.lrucache.lua @@ -0,0 +1,8 @@ +resty_lrucache={} +function resty_lrucache.delete(self, key) end +function resty_lrucache.new(size) end +function resty_lrucache.set(self, key, value, ttl) end +function resty_lrucache.flush_all(self) end +resty_lrucache._VERSION="0.09" +function resty_lrucache.get(self, key) end +return resty_lrucache
\ No newline at end of file |