Class lugate.cache.dummy
The lugate module.
Lugate is a lua module for building JSON-RPC 2.0 Gateway APIs just inside of your Nginx configuration file. Lugate is meant to be used with [ngx\_http\_lua\_module](https://github.com/openresty/lua-nginx-module) together.
Info:
- License: MIT
- Author: Ivan Zinovyev
Functions
Dummy:new (...) | Create new cache instance |
Dummy:set (key, value, ttl) | Set value to cache |
Dummy:get (key) | Get value from cache |
Dummy:sadd (set, key) | Add value to the set |