-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or requesthigh riskAddressing this issue may introduce security vulnerabilitiesAddressing this issue may introduce security vulnerabilitiespriority-1-normalThis issue has a normal priorityThis issue has a normal prioritysize-largeMuch work need to be doneMuch work need to be done
Description
Having the cache info is very useful, but I'm missing an entry to the cache itself so I could serialize it and reuse it later. Is there any way to do that already?
>>> f.cache_info()
CacheInfo(hits=8207, misses=1957, current_size=1957, max_size=None,
algorithm=<CachingAlgorithmFlag.LRU: 2>, ttl=None,
thread_safe=True, order_independent=False, use_custom_key=False)
marceloFA
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthigh riskAddressing this issue may introduce security vulnerabilitiesAddressing this issue may introduce security vulnerabilitiespriority-1-normalThis issue has a normal priorityThis issue has a normal prioritysize-largeMuch work need to be doneMuch work need to be done