Files
edx-platform/lms/djangoapps
Toby Lawrence 4e22affb24 [PERF-344] Add versioning of cached course assets to allow graceful cache invalidation
When releasing the versioned assets work, we stumbled on a problem with old pickled
versions of the StaticContent objects residing in cache, which triggered a bug in the
code. Not wanting to blow away all cached items, we ended up having to revert and add
in some backwards-compatible helper code to ease the transition.

With this, we'll now utilize the version argument that Django's caching interface
allows, in conjunction with a constant value that can be modified when breaking changes
are being made, to let us gracefully ignore older cached course assets.
2016-07-05 15:15:47 -04:00
..
2016-06-28 14:04:00 -04:00
2016-06-23 20:22:31 -04:00
2016-04-25 10:56:28 -04:00
2016-05-03 09:02:45 -04:00
2016-06-23 20:22:32 -04:00
2015-11-10 15:00:19 -05:00
2015-12-02 15:03:52 -05:00
2016-04-08 11:23:05 -04:00
2016-06-23 11:05:36 -04:00