Libraries tagged by this7 cache
softspring/http-cache-store-bundle
1009 Downloads
This is a template for creating new components
networkteam/typo3-cachebase
1248 Downloads
It adds variables to the page cache identifier calculation for serving multiple versions of a webseite parallel. This is the case in container environments with rolling updates.
mouf/utils.cache.purge-ui
183751 Downloads
This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.
ignome/cache-option
462 Downloads
This is a general caching tool
ajimoti/cache-duration
325 Downloads
This package provides a more readable way to get time in seconds while caching.
phpro/annotated-cache
10144 Downloads
This package makes it easy to configure the caching of your services with annotations.
reportico/fresh-file
6227 Downloads
Simple, fast, standalone PHP lib, that helps You to define, if any of your files were modified since last time You check - Is this file FRESH?
figuren-theater/ft-performance
164 Downloads
Fast websites are more accessible, more sustainable and are giving a better UX. This is the code which accelerates figuren.theater and its WordPress Multisite Network.
mikefunk/bustersphp
5265 Downloads
A simple class to generate js/css tags with cache names from busters.json. This is related to gulp-buster.
toumoro/tm-cloudfront
1720 Downloads
this extension is designed to clear the Amazon CloudFront cache based on the speaking path of a page.
nitsan/ns-cloudflare
2707 Downloads
The TYPO3 Cloudflare Extension simplifies cache management, offering an efficient solution for TYPO3 administrators and developers. Seamlessly integrating with Cloudflare, a global leader in web performance and security, this extension provides advanced features to optimize, secure, and structure your online presence.Compatible with TYPO3 version 12.
quick/cache
2680 Downloads
This is a cache system that uses Redis for rapid caching.
iqbalhasandev/sqlite-cache
140 Downloads
The Missing Sqlite Cache Driver Package.You can easily use Sqlite Database as Cache Driver through this package
coco-project/sql-cache
19 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.
stepanrodionov/php-apcu-cache
15176 Downloads
This is PSR-16 compatible cache library using php-apcu module