Ian Lewis 12/12/2014

Pickling Objects with Cached Properties

Read Original

The article discusses Python's cached_property pattern, used in frameworks like Django and Flask, and its drawback: cached values stored in an object's __dict__ are included during pickling. This can cause issues with size limits in systems like memcached. The author presents a CachedPropertyMixin solution to exclude these values from serialization and invites feedback for better approaches.

Pickling Objects with Cached Properties

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser