Home
last modified time | relevance | path

Searched hist:b23560022e3a99310a04296b3c385325e7abb747 (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dcache_use.test.phpb23560022e3a99310a04296b3c385325e7abb747 Sun Mar 16 18:32:07 UTC 2014 Christopher Smith <chris@jalakai.co.uk> Fix longstanding issue with cache class & cachetime setting

1. cachetime setting should only be applied to the cache_renderer
class. Previously it was applied to cache_parser (and by
extension cache_handler).
2. two special cachetime values, -1 & 0, weren't handled, per
FS#2183

To handle the cachetime setting, -1, disable caching, a new
property _nocache is added. When that property is true, any cache
file must not be used and storecache() should not store any values

/dokuwiki/inc/
H A Dcache.phpb23560022e3a99310a04296b3c385325e7abb747 Sun Mar 16 18:32:07 UTC 2014 Christopher Smith <chris@jalakai.co.uk> Fix longstanding issue with cache class & cachetime setting

1. cachetime setting should only be applied to the cache_renderer
class. Previously it was applied to cache_parser (and by
extension cache_handler).
2. two special cachetime values, -1 & 0, weren't handled, per
FS#2183

To handle the cachetime setting, -1, disable caching, a new
property _nocache is added. When that property is true, any cache
file must not be used and storecache() should not store any values