langflow/src
Gabriel Luiz Freitas Almeida dacc90d901 🐛 fix(cache/manager.py): change CACHE variable to _cache to follow naming conventions
 feat(cache/utils.py): add support for clearing old cache files and memoization of dictionary functions
The CACHE variable in CacheManager class has been renamed to _cache to follow naming conventions. The utils.py module now supports clearing old cache files and memoization of dictionary functions. The clear_old_cache_files function removes old cache files if the number of cache files exceeds the max_cache_size. The memoize_dict decorator memoizes dictionary functions and clears the cache when the clear_cache method is called.
2023-06-11 18:07:45 -03:00
..
backend 🐛 fix(cache/manager.py): change CACHE variable to _cache to follow naming conventions 2023-06-11 18:07:45 -03:00
frontend 🐛 fix(App.tsx): change fetch URL to relative path to fix incorrect API call 2023-06-09 17:17:55 -03:00