redis_func_cache.constants module# Constants redis_func_cache.constants.DEFAULT_MAXSIZE: Final = 1024# Default maximum size of the cache. redis_func_cache.constants.DEFAULT_PREFIX: Final = 'func-cache:'# Default prefix for the cache keys. redis_func_cache.constants.DEFAULT_TTL: Final = 3600# Default time-to-live in seconds of the cache.