Libraries tagged by caching-strategy

laminas/laminas-cache

105 Favers
5218644 Downloads

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

Go to Download


zendframework/zend-cache

74 Favers
10972310 Downloads

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

Go to Download


jerome/filterable

164 Favers
6197 Downloads

Streamline dynamic Eloquent query filtering with seamless API request integration and advanced caching strategies.

Go to Download


krazydanny/laravel-repository

51 Favers
486 Downloads

An abstraction layer for easily implementing industry-standard caching strategies to Eloquent models.

Go to Download


hamburgscleanest/guzzle-advanced-throttle

130 Favers
33441 Downloads

A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get response from cache when rate limit is exceeded or always get cached value to spare your rate limits.

Go to Download


eleving/zend-cache

0 Favers
13173 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
0 Downloads

WordPress stale-while-revalidate cache plugin

Go to Download


timurturdyev/laminas-cache

0 Favers
7 Downloads

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

Go to Download


code-corner/performance-cache

1 Favers
6 Downloads

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

Go to Download


coco-project/sql-cache

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