Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432588
CachedMessageGroupLoader.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
404 B
Referenced Files
None
Subscribers
None
CachedMessageGroupLoader.php
View Options
<?php
declare
(
strict_types
=
1
);
/**
* Interface for MessageGroupFactories that use caching
* @since 2019.05
* @author Abijeet Patro
* @license GPL-2.0-or-later
*/
interface
CachedMessageGroupLoader
{
/**
* Invalidate caches and return uncached data
* @return MessageGroup[]
*/
public
function
recache
():
array
;
/** Clear values from the cache */
public
function
clearCache
():
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:02 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0f/fe/939e7dcfcf92a960ce2ad690b3b8
Default Alt Text
CachedMessageGroupLoader.php (404 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment