Skip to content

Commit 65e95f2

Browse files
committed
Added list of debugcache changes
1 parent 9050b41 commit 65e95f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2013-11-20 Thom Neale <[email protected]>
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+
112
2013-11-08 Daniel Cloud <[email protected]>
213

314
* sunlight/cli.py:

0 commit comments

Comments
 (0)