objectcache: add IStoreKeyEncoder interface for key generation helper methods
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 8 Jul 2019 19:12:16 +0000 (12:12 -0700)
committerKrinkle <krinklemail@gmail.com>
Mon, 8 Jul 2019 22:33:07 +0000 (22:33 +0000)
commit670687fae0b9d1d26cf0a0bdb146fb6f08440bfa
tree62f4b740ffd001fa311cb11d4f0950f2ab6eb620
parent6c462836a7964fb6cb39d1153112617b0c3abf59
objectcache: add IStoreKeyEncoder interface for key generation helper methods

If a key is stored in both BagOStuff and WANObjectCache, it useful to have
one common method for generating the cache and storage keys.

Change-Id: I8b77651746a55e8a98a79db298226e334d15a494
autoload.php
includes/libs/objectcache/BagOStuff.php
includes/libs/objectcache/IStoreKeyEncoder.php [new file with mode: 0644]
includes/libs/objectcache/WANObjectCache.php