truthtaicom's picture
Upload folder using huggingface_hub
4b0794d verified
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"