Libraries tagged by cached configs
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.
carlosio/opcache-dashboard
51368 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
11042 Downloads
Configurable Laravel cache manager
ambroisemaupate/intervention-request
40334 Downloads
A customizable Intervention Image wrapper to use image simple re-sampling features over urls and a configurable cache.
liip/cache-control-bundle
125451 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.
valantic-spryker/cache-manager
9121 Downloads
Add functionality to receive store specific configurations
sitegeist/treasuremap
6277 Downloads
Switch between multiple cache-backend via environment configuration.
studiomitte/urlguard2
29555 Downloads
Stop cache poisoning via addQueryString and just keep those parameters which are mapped via routing configuration
nswdpc/silverstripe-cache-headers
4611 Downloads
Modify cache headers via configuration
romm/configuration-object
29460 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.
umar-jimoh/laravel-secretsync
130 Downloads
Sync secrets from secret managers into your Laravel app with ease.
fsavina/laravel-multi-memcached
12284 Downloads
Extract multiple memcached server configuration from .env file
kalamuna/quicksilver-deploy-tools
2676 Downloads
Runs postedployment commands such as clear cache and configuration import.
maslosoft/cache
5223 Downloads
Easy to use, auto configurable, extensible cache provider
phpro/annotated-cache
10146 Downloads
This package makes it easy to configure the caching of your services with annotations.