Make cache public (#3976)

* pulic cache

* changelog

* Apply suggestions from code review

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>

---------

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2024-01-08 13:19:33 +00:00
committed by GitHub
parent 054a132634
commit b61b878fda
14 changed files with 30 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ from __future__ import annotations, unicode_literals
import pytest
from textual._cache import FIFOCache, LRUCache
from textual.cache import FIFOCache, LRUCache
def test_lru_cache():