Changes between Initial Version and Version 1 of Ticket #35465
- Timestamp:
- May 17, 2024, 3:28:56 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35465 – Description
initial v1 14 14 And for this to work I « just need » to replace the real get during the pre-caching step with: 15 15 16 17 {{{ 16 18 def get(self, key, default=None, version=None): 17 19 return default 20 }}} 21 18 22 19 23 For example, if I have a 15mn cache with a 10mn cron, the cache will never be close to expire, and it would be impossible for a user to cache miss.