Skip to content

Commit 1d6fc7a

Browse files
committed
Just in case not obvious
1 parent 65e95f2 commit 1d6fc7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sunlight/debugcache.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
77
cache.enable('mongo')
88
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.
912
'''
1013
import pickle
1114
import logging

0 commit comments

Comments
 (0)