Coverage for src/lexigram/admin/data/cache.py: 0%

1 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-24 23:18 +0800

1"""Data caching layer — local implementations removed. 

2 

3All caching is now provided by ``lexigram-cache``. Inject 

4``CacheBackendProtocol`` from ``lexigram.contracts.infra.cache`` into data 

5sources that need caching, and use ``MemoryCacheBackend`` from 

6``lexigram.cache`` as the in-process backend. 

7""" 

8 

9from __future__ import annotations