..
APCBagOStuff.php
objectcache: make the BagOStuff::add() operation more atomic for APC
2019-03-15 00:38:11 +00:00
APCUBagOStuff.php
objectcache: make the BagOStuff::add() operation more atomic for APC
2019-03-15 00:38:11 +00:00
BagOStuff.php
Make BagOStuff::incr abstract to discourage bad implementations
2019-03-18 16:09:26 -07:00
CachedBagOStuff.php
Make BagOStuff::incr abstract to discourage bad implementations
2019-03-18 16:09:26 -07:00
EmptyBagOStuff.php
Make BagOStuff::incr abstract to discourage bad implementations
2019-03-18 16:09:26 -07:00
HashBagOStuff.php
Make BagOStuff::incr abstract to discourage bad implementations
2019-03-18 16:09:26 -07:00
IExpiringStore.php
objectcache: move ERR_* constants to IExpiringStore
2019-03-08 13:12:01 -08:00
MemcachedBagOStuff.php
Make BagOStuff::incr abstract to discourage bad implementations
2019-03-18 16:09:26 -07:00
MemcachedClient.php
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
2018-05-30 18:06:13 -07:00
MemcachedPeclBagOStuff.php
objectcache: make the $flags argument appear more consistently in BagOStuff
2019-03-12 22:55:18 +00:00
MemcachedPhpBagOStuff.php
Make BagOStuff::incr abstract to discourage bad implementations
2019-03-18 16:09:26 -07:00
MultiWriteBagOStuff.php
objectcache: make the $flags argument appear more consistently in BagOStuff
2019-03-12 22:55:18 +00:00
RedisBagOStuff.php
objectcache: add BagOStuff::deleteMulti() method for consistency
2019-03-14 23:12:30 +00:00
ReplicatedBagOStuff.php
objectcache: make BagOStuff::add() abstract to discourage non-atomic versions
2019-03-15 00:38:28 +00:00
RESTBagOStuff.php
Make BagOStuff::incr abstract to discourage bad implementations
2019-03-18 16:09:26 -07:00
WANObjectCache.php
Merge "objectcache: Use constant for $ttl param default in WANObjectCache::set()"
2019-03-09 00:15:00 +00:00
WANObjectCacheReaper.php
objectcache: remove dangling WAN cache EventRelayer references
2019-02-16 20:22:32 -08:00
WinCacheBagOStuff.php
objectcache: optimize merge()/incr() for WinCacheBagOStuff
2019-03-20 20:02:18 +00:00