Changes between Initial Version and Version 1 of Ticket #35465


Ignore:
Timestamp:
May 17, 2024, 3:28:56 PM (4 months ago)
Author:
mdk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35465 – Description

    initial v1  
    1414And for this to work I « just need » to replace the real get during the pre-caching step with:
    1515
     16
     17{{{
    1618    def get(self, key, default=None, version=None):
    1719        return default
     20}}}
     21
    1822
    1923For 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.
Back to Top