[POC] EZP-29659: As a v2 User I want support for InMemory SPI cache #2453
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
master
As a System Administrator & Developer I'd like SPI cache to re-introduce support for in-memory cache.
However unlike 1.x it must be:
Thus allowing it to be used also on long running command line scripts without need to document special ways to run them.
As it it to be limited memory wise it should also be:
Brings cache lookups down to the following on clean install in combination with ezsystems/ezplatform-admin-ui#633 & #2444 compared to clean master/2.3-beta1:
74 / 184
to22 / 59
cache calls => 3x less cache calls478 / 1452
to52 / 156
cache calls => 9x less cache calls484 / 1421
to70 / 204
cache calls => 7x less cache callsThis will especially benefit users on clusters where (Redis) cache server is on different host (latency).
TODO:
$ composer fix-cs
).