Implementing a Store
A store is a common interface for storing, reading and deleting key-value pairs. The store implementation is responsible for cleaning up expired data on its own.
You can build your own store by implementing the following interface:
Store
Entry
Was this page helpful?