Libraries tagged by automatic-caching

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


4shipping-bv/laravel-model-caching

0 Favers
271 Downloads

Automatic caching for Eloquent models.

Go to Download


sarfrazrizwan/laravel-webling

0 Favers
1 Downloads

An ergonomic Laravel wrapper for the Webling REST API featuring automated caching, credentials validation, robust API key redaction, and type-safe resource groups.

Go to Download


cyber-duck/cacheing-memoizer

2 Favers
46 Downloads

Easy to use, flexible memoizer with optional automated cacheing

Go to Download


<< Previous