Adding "make_cache_key" to djblets
Review Request #2515 — Created Aug. 8, 2011 and submitted — Latest diff uploaded
Adding a "make_cache_key" method, to be able to get key names from other places. This can be used with "cache.delete(key)"
Tested with my "cache.delete(key)" case in Review Board.