Cache Management: Enhance the cache eviction process by ensuring that size-based eviction only occurs when the maximum size is greater than zero, improving efficiency and performance.
Cache Management: Improve the handling of size calculations during background fetches, ensuring accurate cache behavior and reliability.
Fixes
Fix outdated wording in the documentation to provide clearer guidance for users.
Fix documentation to clarify that the del() method is deprecated, helping users transition to alternative methods smoothly.
Fix the fetch function signature in the documentation to ensure users have the correct information for implementation.