--- . Do not automatically add `request.get_full_path()` if any of `request.get_full_path()`, `request.path` or `request.path_info` is an argument for `cached_get`.
0.1.6
----- . Also cache response headers.
0.1.5
----- . Explicitly check for GET and HEAD request method and cache only those requests.
0.1.4
----- . Rewrite decorator to be function based instead of class based so it is easier to use in urls.py.
0.1.3
----- . `cached_get` decorator now does not cache if request contains messages.