MediaWiki REL1_34
CacheDependency.php
Go to the documentation of this file.
1<?php
27abstract class CacheDependency {
31 abstract function isExpired();
32
37 }
38}
loadDependencyValues()
Hook to perform any expensive pre-serialize loading of dependency values.
isExpired()
Returns true if the dependency is expired, false otherwise.