local-llm-server/llm_server/routes/cache.py

4 lines
80 B
Python

from flask_caching import Cache
cache = Cache(config={'CACHE_TYPE': 'simple'})