Download the PHP package coco-project/sql-cache without Composer
On this page you can find all versions of the php package coco-project/sql-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coco-project/sql-cache
More information about coco-project/sql-cache
Files in coco-project/sql-cache
Download coco-project/sql-cache
More information about coco-project/sql-cache
Files in coco-project/sql-cache
Vendor coco-project
Package sql-cache
Short Description 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.
License MIT
Package sql-cache
Short Description 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.
License MIT
Please rate this library. Is it a good library?
Informations about the package sql-cache
All versions of sql-cache with dependencies
PHP Build Version
Package Version
The package coco-project/sql-cache contains the following files
Loading the files please wait ....