We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9050b41 commit 65e95f2Copy full SHA for 65e95f2
1 file changed
ChangeLog
@@ -1,3 +1,14 @@
1
+2013-11-20 Thom Neale <tneale@sunlightfoundation.com>
2
+
3
+* sunlight/debugcache.py:
4
+ - Added a method decorator for caching API responses, base classes for adding more backends if need arises
5
+* sunlight/__init__.py:
6
+ - Imports the cache instance and aliases it
7
+* sunlight/services.py:
8
+ - Imports the cache instance and decorates Service.get with it
9
+ - If the cache is never enabled, everything words the way it always has
10
+ - If the cache is enabled with cache.enable(), API responses get cached
11
12
2013-11-08 Daniel Cloud <dcloud@sunlightfoundation.com>
13
14
* sunlight/cli.py:
0 commit comments