To be implemented by MessageGroupLoaders that use the MessageGroupWANCache. More...
Public Member Functions | |
recache () | |
Clear and refill the cache with the latest values. | |
clearCache () | |
Clear values from the cache. | |
To be implemented by MessageGroupLoaders that use the MessageGroupWANCache.
Definition at line 15 of file CachedMessageGroupLoader.php.
CachedMessageGroupLoader::clearCache | ( | ) |
Clear values from the cache.
Implemented in AggregateMessageGroupLoader, FileBasedMessageGroupLoader, TranslatablePageMessageGroupStore, and MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleMessageGroupLoader.
CachedMessageGroupLoader::recache | ( | ) |
Clear and refill the cache with the latest values.
Implemented in AggregateMessageGroupLoader, FileBasedMessageGroupLoader, TranslatablePageMessageGroupStore, and MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleMessageGroupLoader.