Libraries tagged by associative container

nolikein/container

0 Favers
11 Downloads

Allow to use associative and indexed container or create new container type. Respecting the psr 11

Go to Download


dsijak/container

0 Favers
5 Downloads

Stores objects into static associative array. Without any unnecessary overcomplicated features.

Go to Download


unclexo/filestorage

3 Favers
5 Downloads

A blazing fast and light-weight flat-file storage designed for storing array data to keys

Go to Download


coco-project/sql-cache

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