Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 292 Bytes

ultra-cache

Simple and extensible caching for FastAPI requests. Meant to provide caching capabilities using a simple decorator, storing results in a preferred backend.

Taken inspiration from: https://github.com/long2ice/fastapi-cache

Installation

pip install ultra-cache