Tai Truong
fix readme
d202ada
raw
history blame contribute delete
219 Bytes
from langflow.services.cache import ThreadingInMemoryCache
class SharedComponentCacheService(ThreadingInMemoryCache):
"""A caching service shared across components."""
name = "shared_component_cache_service"