Changes between Initial Version and Version 1 of Ticket #16858
- Timestamp:
- Sep 15, 2011, 4:00:13 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16858 – Description
initial v1 3 3 To reproduce: 4 4 - setup the default cache to be locmem and with a timeout of 1 second 5 {{{ 5 6 >> cache.set('key', 10, 300) 6 7 >> time.sleep(1) … … 11 12 >> cache.get('key') 12 13 None 14 }}} 13 15 14 16 The cache should still contain the key at the last line.