See CHANGELOG.md
Download using composer.
"require": {
"vysokeskoly/cache-bundle": "^5.1.0"
},
Add CacheBundle to the list of loaded bundles. Configure required parameters for bundle.
config.yml
vysoke_skoly_cache:
connections:
data:
persistent_id: vs
servers:
default:
host: memc
port: 11211
session:
persistent_id: vs_session
servers:
default:
host: memc
port: 11311
Use created services. From example above vysokeskoly.cache.data and vysokeskoly.cache.session.