Libraries tagged by cache strategies

ophelios/php-apcu-cache

1 Favers
40 Downloads

Simple APCu cache strategy compatible with PSR-16 for PHP.

Go to Download


weird-webdesign/cache

0 Favers
248 Downloads

A small set of strategies and storages implemented into PHP classes.

Go to Download


timurturdyev/laminas-cache

0 Favers
8 Downloads

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

Go to Download


rnd-cosoft/laminas-cache

0 Favers
1 Downloads

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

Go to Download


humanmade/hm-swr-cache

2 Favers
3 Downloads

WordPress stale-while-revalidate cache plugin

Go to Download


code-corner/performance-cache

1 Favers
8 Downloads

A caching library for PHP performance optimization supporting multiple caching strategies.

Go to Download


coco-project/sql-cache

0 Favers
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.

Go to Download


avholodnyak/assets-buster-bundle

1 Favers
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.

Go to Download


<< Previous