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 65e95f2 commit 1d6fc7aCopy full SHA for 1d6fc7a
1 file changed
sunlight/debugcache.py
@@ -6,6 +6,9 @@
6
7
cache.enable('mongo')
8
cache.logger.setLevel(logging.DEBUG)
9
+
10
+Note: the implementation below doesn't bother with cache expiration.
11
+Typical use case is caching API calls during an expensive build process.
12
'''
13
import pickle
14
import logging
0 commit comments