Microsoft Windows Cache aka wincache is IIS's answer to apcu. It has been supported in MediaWiki for object caching since T24844: Support Microsoft Windows Cache aka WINCACHE.
In recent years, this software appears to have fallen into disuse. Both the GitHub repo and PECL package are either listed as archived or inactive for almost a decade. There is a SourceForge repo which hosts no sources and has also been inactive since 2020. The official PHP docs note that WinCache is unsupported as of PHP 8; some user-driven builds have popped up but these also seem to have stopped working with more recent PHP 8.x versions.
As MediaWiki is preparing to raise the minimum required PHP version to 8.1, this is probably a good time to consider removing WinCache-related code from MediaWiki.
Acceptance Criteria
- WinCache related code is either removed from MediaWiki or a decision is made to keep and maintain it.