87 $this->cacheHelper->setCacheEnabled( $this->cacheEnabled );
88 $this->cacheHelper->setOnInitializedHandler( [ $this,
'onCacheInitialized' ] );
92 if ( array_key_exists(
'action', $keyArgs ) && $keyArgs[
'action'] ===
'purge' ) {
93 unset( $keyArgs[
'action'] );
96 $this->cacheHelper->setCacheKey( $keyArgs );
98 if ( $this->
getRequest()->getText(
'action' ) ===
'purge' ) {
99 $this->cacheHelper->rebuildOnDemand();
102 $this->cacheHelper->startCache( $cacheExpiry,
$cacheEnabled );
120 return $this->cacheHelper->getCachedValue( $computeFunction,
$args, $key );
136 $html = $this->cacheHelper->getCachedValue( $computeFunction,
$args, $key );
147 $this->cacheHelper->saveCache();
159 $this->cacheHelper->setExpiry( $cacheExpiry );
171 get_class( $this->
page ),
186 $this->
getOutput()->setSubtitle( $this->cacheHelper->getCachedNotice( $this->getContext() ) );
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html
getOutput()
Get the OutputPage being used for this instance.
onCacheInitialized($hasCached)
Gets called after the cache got initialized.
startCache($cacheExpiry=null, $cacheEnabled=null)
Initializes the caching.
Helper class for caching various elements in a single cache entry.
setExpiry($cacheExpiry)
Sets the time to live for the cache, in seconds or a unix timestamp indicating the point of expiry...
getLanguage()
Shortcut to get the user Language being used for this instance.
CacheHelper $cacheHelper
CacheHelper object to which we forward the non-SpecialPage specific caching work. ...
setCacheEnabled($cacheEnabled)
Sets if the cache should be enabled or not.
getCacheKey()
Returns the variables used to constructed the cache key in an array.
bool $cacheEnabled
If the cache is enabled or not.
getName()
Return the name of the action this object responds to.
getCachedValue($computeFunction, $args=[], $key=null)
Get a cached value if available or compute it if not and then cache it if possible.
saveCache()
Saves the HTML to the cache in case it got recomputed.
Abstract action class with scaffolding for caching HTML and other values in a single blob...
addCachedHTML($computeFunction, $args=[], $key=null)
Add some HTML to be cached.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
getRequest()
Get the WebRequest being used for this instance.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached one of or reset my talk page
Interface for all classes implementing CacheHelper functionality.