Key / value cache
A simple k/v cache using PostgreSQL as a storage.
Features:
- Automatic expiration.
- Simple to use.
Support
Bugs, feature requests
For bugs and feature requests please visit Gitlab issues or send email to odooist@gmail.com.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Technical Name |
kv_cache |
| License | LGPL-3 |
Key Value Cache
Features
Sometimes it's required to keep a process state across multiple requests.
In this case kv_cache module can be used.
Usage
See source code for usage.
Issues & Development
Visit the project page at Gitlab.
Please log in to comment on this module