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