Libraries tagged by cache strategies
ophelios/php-apcu-cache
40 Downloads
Simple APCu cache strategy compatible with PSR-16 for PHP.
weird-webdesign/cache
248 Downloads
A small set of strategies and storages implemented into PHP classes.
timurturdyev/laminas-cache
8 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
rnd-cosoft/laminas-cache
1 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
humanmade/hm-swr-cache
3 Downloads
WordPress stale-while-revalidate cache plugin
code-corner/performance-cache
8 Downloads
A caching library for PHP performance optimization supporting multiple caching strategies.
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
avholodnyak/assets-buster-bundle
22 Downloads
This bundle provides support for cache busting using buster files. It uses custom version strategies feature that was introduced in Symfony 3.1.