Libraries tagged by automatic-caching

genealabs/laravel-model-caching

2332 Favers
4384073 Downloads

Automatic caching for Eloquent models.

Go to Download


mikebronner/laravel-model-caching

2326 Favers
49122 Downloads

Automatic caching for Eloquent models.

Go to Download


fxcjahid/laravel-eloquent-cache-magic

0 Favers
15 Downloads

A powerful Laravel package for automatic Eloquent query caching with zero-code auto-cache, Redis/Memcached tag support, automatic invalidation, and advanced monitoring

Go to Download


vheins/laravel-model-caching

0 Favers
14 Downloads

Automatic caching for Eloquent models.

Go to Download


testingap/laravel-model-caching

0 Favers
3 Downloads

Automatic caching for Eloquent models.

Go to Download


snowsoft/laravel-model-caching

0 Favers
16 Downloads

Automatic caching for Eloquent models.

Go to Download


sec-sux-genealabs/laravel-model-caching

0 Favers
12 Downloads

Automatic caching for Eloquent models.

Go to Download


sbagroupzrt/laravel-model-caching

0 Favers
178 Downloads

Automatic caching for Eloquent models.

Go to Download


purpose-media/laravel-model-caching

0 Favers
10 Downloads

Automatic caching for Eloquent models.

Go to Download


knovator/laravel-model-caching

0 Favers
4 Downloads

Automatic caching for Eloquent models.

Go to Download


jocoonopa/laravel-model-caching

0 Favers
109 Downloads

Automatic caching for Eloquent models.

Go to Download


guestisp/laravel-model-caching

0 Favers
14 Downloads

Automatic caching for Eloquent models.

Go to Download


genealabsaraf/laravel-model-caching

0 Favers
154 Downloads

Automatic caching for Eloquent models.

Go to Download


emprove/laravel-model-caching

0 Favers
16 Downloads

Automatic caching for Eloquent models.

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


Next >>