django-imagekit/imagekit/cachefiles
Matthew Tretter 906fbbd463 Reduce calls to backend
Reading from an `ImageCacheFile`, will result in accessing its `file`
attribute repeatedly which would result in the `before_access` signal
being dispatched, which in turn would result in many unnecessary calls
to the image cache backend. With this change, we don't send
`before_access` if the file has already been created.

Similarly, we don't need to try to generate the image if we know for
certain that it's already been generated (because we have a reference
to it).
2013-05-10 02:56:44 -04:00
..
__init__.py Reduce calls to backend 2013-05-10 02:56:44 -04:00
backends.py Sanitize cache keys for memcached 2013-04-30 09:32:47 -04:00
namers.py Let's call em cachefiles 2013-02-04 19:52:38 -05:00
strategies.py Let's call em cachefiles 2013-02-04 19:52:38 -05:00