govsearch / backend /cache.py
Katsuya Oda
Initial commit
5285b72 unverified
raw
history blame contribute delete
132 Bytes
from caches import Cache
cache_questions = Cache("locmem://questions")
cache_generate_summary = Cache("locmem://generate_summary")