index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
libs
/
MapCacheLRU.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
MapCacheLRU: Consistently accept string|int keys
Máté Szabó
2025-02-13
1
-4
/
+4
*
Storage,MessageCache: Reference TTL constants from BagOStuff
Timo Tijhof
2025-01-20
1
-1
/
+0
*
Replace gettype() with get_debug_type() in exception messages
Bartosz Dziewoński
2024-07-31
1
-1
/
+1
*
objectcache: Add MapCacheLRU::makeKey() and adopt in ChangesList
Timo Tijhof
2023-08-03
1
-3
/
+24
*
Remove pre PHP 7.4 serialize()/unserialize()
Reedy
2022-11-10
1
-9
/
+1
*
Use array_key_first()/array_key_last() in some places
Tim Starling
2022-10-21
1
-4
/
+2
*
Get rid of warnings on PHP 8.1
Aryeh Gregor
2022-06-13
1
-2
/
+2
*
cache: Fix various scalar and null types to match documentation
Umherirrender
2022-03-14
1
-1
/
+1
*
Implement __serialize/__unserialize for PHP 8.1 support
Reedy
2022-01-31
1
-5
/
+12
*
MapCacheLRU: Restore key type checks
Tim Starling
2022-01-21
1
-4
/
+10
*
objectcache: split up MapCacheLRU::getAge() to avoid conditional overhead
Aaron Schulz
2022-01-05
1
-10
/
+16
*
objectcache: Avoid getCurrentTime() call in MapCacheLRU::has()
Timo Tijhof
2021-09-10
1
-11
/
+15
*
MapCacheLRU: Remove redundant type checks in favour of native warnings
Timo Tijhof
2021-08-18
1
-26
/
+18
*
Replace Assert::parameterType with typehints
TChin
2021-08-03
1
-6
/
+4
*
Annotate MapCacheLRU::get as returning a safe value
Daimona Eaytoy
2021-01-16
1
-0
/
+4
*
Remove ProcessCacheLRU, deprecated and unused.
Petr Pchelko
2020-10-20
1
-1
/
+0
*
Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-3
/
+3
*
objectcache: Add regression test for MapCacheLRU serialization
Timo Tijhof
2020-04-16
1
-1
/
+2
*
MapCacheLRU: Serialize maxCacheKeys property
Roan Kattouw
2020-04-15
1
-1
/
+3
*
objectcache: split out StorageAwareness/ExpirationAwareness from IExpiringStore
Aaron Schulz
2020-03-02
1
-1
/
+2
*
Make MapCacheLRU::get() accept a default value and improve $maxAge default
Aaron Schulz
2019-07-10
1
-14
/
+22
*
Improve MapCacheLRU error message
Aaron Schulz
2018-08-13
1
-1
/
+3
*
Merge "Make MapCacheLRU throw errors for bad $field arguments"
jenkins-bot
2018-08-14
1
-1
/
+12
|
\
|
*
Make MapCacheLRU throw errors for bad $field arguments
Aaron Schulz
2018-08-14
1
-1
/
+12
*
|
MapCacheLRU: Fix a typo in a comment
Niklas Laxström
2018-08-08
1
-1
/
+1
|
/
*
Add $maxAge parameter to MapCacheLRU get() and getField() methods
Aaron Schulz
2018-07-18
1
-7
/
+18
*
Use func_num_args() in MapCacheLRU::clear() for sanity
Aaron Schulz
2018-07-13
1
-1
/
+1
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Add key expiration and map resizing support to MapCacheLRU
Aaron Schulz
2018-06-28
1
-13
/
+166
*
Allow two-queue style insertion in MapCacheLRU
Aaron Schulz
2017-09-25
1
-4
/
+42
*
Remove use of MWException in MapCacheLRU
Aaron Schulz
2017-09-22
1
-1
/
+2
*
MapCacheLRU: Properly handle bogus cache keys
Chad Horohoe
2016-12-06
1
-2
/
+5
*
MapCacheLRU: Support null values in getWithSetCallback()
Kunal Mehta
2016-09-12
1
-2
/
+3
*
Revision: Simplify loadText() with nested getWithSetCallback
Timo Tijhof
2016-09-07
1
-1
/
+25
*
Revert "Revision: Simplify loadText() with nested getWithSetCallback"
Mattflaschen
2016-09-07
1
-22
/
+0
*
Revision: Simplify loadText() with nested getWithSetCallback
Timo Tijhof
2016-09-07
1
-0
/
+22
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-2
/
+2
*
CacheLRU: Simplify >0 assertion and remove verbose inline comment
Timo Tijhof
2015-10-20
1
-7
/
+6
*
Start using the Assert helper class for checking parameters.
daniel
2015-05-11
1
-3
/
+4
*
Mostly revert "Verify parameter for MapCacheLRU::has() can be passed to array...
Alex Monk
2015-04-07
1
-5
/
+1
*
Verify parameter for MapCacheLRU::has() can be passed to array_key_exists()
Mark A. Hershberger
2015-03-23
1
-1
/
+5
*
Added MapCacheLRU::getAllKeys() method
Aaron Schulz
2014-12-25
1
-0
/
+8
*
Moved MapCacheLRU to libs/
Aaron Schulz
2014-11-10
1
-0
/
+123