Lazy loading and caching for attributes set in `_loadData(..)` by eliasbenb · Pull Request #1510 · pushingkarmaorg/python-plexapi
added 5 commits
April 4, 2025 01:47- Cached properties are defined using a `cached_data_property` decorator - Property caches are automatically invalidated whenever the `_data` atribute is changed - The implementation uses a metaclass to collect and track all cached properties across class inheritances
… expensive) before trying again with cleaning" This reverts commit e8348df.
This was referenced
Apr 9, 2025
eliasbenb
deleted the
feat/lazy-loading-and-caching
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters