Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 368 Bytes

cache.rst

File metadata and controls

32 lines (18 loc) · 368 Bytes

Cache

PostgreSQL

kinto.core.cache.postgresql.Cache

Redis

kinto_redis.cache.Cache

Memory

kinto.core.cache.memory.Cache

API

Implementing a custom cache backend consists on implementing the following interface:

kinto.core.cache.CacheBase