* Added isCacheWorthy() optimization (checks if the file exists, stale or not)
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 2 Oct 2011 19:44:31 +0000 (19:44 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 2 Oct 2011 19:44:31 +0000 (19:44 +0000)
commit1ba93d9b77b06daba56b21ed4af13eff9c2beb8e
tree934ba0c5a0aef321fe67339ad201aa15138654a8
parent5d5601cb797d049e8f4fefe154d119bf381becfc
* Added isCacheWorthy() optimization (checks if the file exists, stale or not)
* Made isCached() use process cache
* Added MISS_TTL_SEC constant and tweaked MISS_FACTOR constant
includes/cache/FileCacheBase.php
includes/cache/HTMLFileCache.php
includes/cache/ResourceFileCache.php