File size: 121 Bytes
5e1a30c
 
 
 
 
1
2
3
4
5
"""Caching implementations for the modular embedder."""

from .memory_cache import MemoryCache

__all__ = ['MemoryCache']