Avoid key fragmentation in FileBackend
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 24 Feb 2014 21:22:15 +0000 (13:22 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 24 Feb 2014 21:22:15 +0000 (13:22 -0800)
commitf5f2233daa1de337e35e7322c60cfb722d043988
tree7ec500956bb36dc0b8c7af4df3a46bc3c297f93f
parent0802bc4c52a52ba1ac2a0a5458a3db038f075a10
Avoid key fragmentation in FileBackend

* Make sure that global backends do not prefix the cache keys
  with local wiki IDs for container and file stat entries.
  This causes fragmentation and breaks invalidation.

Change-Id: Ic02d6e41f828dc82cc07c7d24c8af29c46392a9c
includes/filebackend/FileBackendStore.php