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

Removing the cache of a Cognix-hosted server.

dev-main 2024-05-06 15:11 UTC

This package is auto-updated.

Last update: 2024-05-06 15:12:23 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.