COMMITS
/ tests/Cache/CacheEventsTest.php February 26, 2026
A
[13.x] Add cache `flushLocks()` events (#59006)
Amir Hossein Shokri committed
January 5, 2026
L
April 18, 2025
E
Fix missing `setTags` method on new cache flush events (#55405)
erikn69 committed
March 24, 2025
T
[12.x] Add CacheFlushed Event (#55142)
Tech Wolf committed
June 4, 2024
S
Apply fixes from StyleCI
StyleCI Bot committed
A
[11.x] Add `get`, `write` and `forget` cache events (#51560)
Alex Bouma committed
January 20, 2024
S
[11.x] Send cache name to event (#49754)
Saya committed
February 22, 2022
L
Avoid yoda-style comparisons within the codebase. (#41175)
Lucas Michot committed
September 10, 2019
D
[6.x] Alpha ordered imports (#29933)
Dries Vints committed
August 27, 2019
L
[6.0] Use assertSame for string assertions (#29757)
Lucas Michot committed
February 8, 2019
D
Use proper method visibility
Dries Vints committed
February 7, 2019
D
Add void return type to setUp and tearDown methods
Dries Vints committed
January 22, 2019
D
Allow caching in seconds
Dries Vints committed
T
Merge pull request #27268 from driesvints/fix-key-forgotten-dispatching
Taylor Otwell committed
D
Do not raise KeyForgotten event upon failure
Dries Vints committed
D
Update KeyWritten event with new minutes handling
Dries Vints committed
September 30, 2018
T
[5.7] use ::class notation for Cache tests (#25839)
Tetiana Blindaruk committed
June 19, 2017
L
Remove useless braces in constructors. (#19663)
Lucas Michot committed
March 30, 2017
E
[5.4] CacheEventTest class should be called as the file name in plural (#18567)
Eden Reich committed
January 17, 2017
A
[5.4] All tests have been namespaced (#17148)
Alex Bowers committed
January 10, 2017
L
Use dispatch instead of fire (#17246)
Lucas Michot committed
December 30, 2016
V
[5.4] Use namespaced PHPUnit TestCase (#17058)
Vincent Klaiber committed
December 26, 2015
W
Add tag property to the cache events
Will Rowe committed
December 24, 2015
T
fixing tests and conflicts
Taylor Otwell committed
December 14, 2015
W
Fix cache events not being fired when using tags.
Will Rowe committed