Download the PHP package christophlehmann/route-cache without Composer
On this page you can find all versions of the php package christophlehmann/route-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download christophlehmann/route-cache
More information about christophlehmann/route-cache
Files in christophlehmann/route-cache
Download christophlehmann/route-cache
More information about christophlehmann/route-cache
Files in christophlehmann/route-cache
Vendor christophlehmann
Package route-cache
Short Description A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper
License GPL-2.0-or-later
Package route-cache
Short Description A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper
License GPL-2.0-or-later
Keywords performancecache
Please rate this library. Is it a good library?
Informations about the package route-cache
TYPO3 Route cache
This is a cache implementation for record slugs.
Cache entries are created after language overlaying, basically what's done with every record when it's fetched from database. Cache lookups are done in the PersistedAliasMapper during link generation. Successful cache lookups (hits) reduce the amount of database queries - record are not fetched and overlayed again in the PersistedAliasMapper.
ToDos
- [ ] Slug updates in FE require a cache invalidation
All versions of route-cache with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
^12.4 || ^13.4
The package christophlehmann/route-cache contains the following files
Loading the files please wait ....