creative-web-solution/cws-cognix-cache-bundle

Removing the cache of a Cognix-hosted server.

Maintainers

Package info

github.com/creative-web-solution/cws-cognix-cache-bundle

Type:symfony-bundle

pkg:composer/creative-web-solution/cws-cognix-cache-bundle

Transparency log

Statistics

Installs: 139

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-07-15 12:23 UTC

This package is auto-updated.

Last update: 2026-07-15 12:23:32 UTC


README

Configuration

Add this line on bundles.php:

Cws\Bundle\CognixCacheBundle\CwsCognixCacheCacheBundle::class => ['all' => true],

Create cws_cognix_cache.yaml into config/packages:

cws_cognix_cache:
    uri: 'my uri'

It's done.