Libraries tagged by cached configs
coco-project/sql-cache
20 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.
carlosio/opcache-dashboard
49779 Downloads
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
salehhashemi/laravel-configurable-cache
8360 Downloads
Configurable Laravel cache manager
liip/cache-control-bundle
125300 Downloads
This Bundle provides a way to set path based cache expiration headers via the app configuration and provides a helper to control the reverse proxy varnish.
ambroisemaupate/intervention-request
37591 Downloads
A customizable Intervention Image wrapper to use image simple re-sampling features over urls and a configurable cache.
valantic-spryker/cache-manager
7126 Downloads
Add functionality to receive store specific configurations
sitegeist/treasuremap
4529 Downloads
Switch between multiple cache-backend via environment configuration.
studiomitte/urlguard2
28322 Downloads
Stop cache poisoning via addQueryString and just keep those parameters which are mapped via routing configuration
nswdpc/silverstripe-cache-headers
4254 Downloads
Modify cache headers via configuration
romm/configuration-object
29393 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
seeren/container
295 Downloads
Autowire and configure dependencies
fsavina/laravel-multi-memcached
11777 Downloads
Extract multiple memcached server configuration from .env file
kalamuna/quicksilver-deploy-tools
2269 Downloads
Runs postedployment commands such as clear cache and configuration import.
drago-ex/bootstrap
2334 Downloads
The `ExtraConfigurator` class extends Nette's configuration by searching for `.neon` files across directories and caching the results, with automatic cache invalidation in development.
maslosoft/cache
5167 Downloads
Easy to use, auto configurable, extensible cache provider