Libraries tagged by coco
cocoders/event-store-dbal-adapter
895 Downloads
DBAL adapter for cocoders/event-store
cocochepeau/yourls-php-sdk
8 Downloads
A PHP SDK for interacting with the YOURLS API, enabling URL shortening, expansion, and statistics retrieval.
coco-project/xunsearch
3 Downloads
coco-project/xml-reader
8 Downloads
coco-project/webuploader
8 Downloads
为百度的 webuploader 插件编写的服务器端,支持:分片上传,断点续传,秒传
coco-project/we-decode
0 Downloads
coco-project/validate
19 Downloads
coco-project/torrent
50 Downloads
torrent
coco-project/tg-downloader
132 Downloads
coco-project/test
18 Downloads
coco-project/test description
coco-project/telegraph
79 Downloads
coco-project/te-page-manager
31 Downloads
coco-project/sse
44 Downloads
coco-project/sql-cache
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.
coco-project/session
15 Downloads