MediaWiki REL1_35
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}
Stable to extend.
loadDependencyValues()
Hook to perform any expensive pre-serialize loading of dependency values.
isExpired()
Returns true if the dependency is expired, false otherwise.