Code review comment for lp:~michael.nelson/ubuntu-webcatalog/962140-display-video-demos-pt-2

Revision history for this message
Łukasz Czyżykowski (lukasz-czyzykowski) wrote :

Why using setattr, gettattr, hasattr for media caching instead of just plain dict (self._media_cache = {}). Or other than doing per request cache, maybe it would be better to push that to django cache layer?

« Back to merge proposal