Open
Description
in spring-session
project, spring:session:sessions
is used as default name.
so may :
be valid in cache name pattern.
as the docs says
For maximum compatibility cache names should only
be composed with the characters [-_.a-zA-Z0-9].
The characters {}|^&=";:<>*?/ are not allowed in a cache name.
and the code impl
cache2k/cache2k-core/src/main/java/org/cache2k/core/CacheManagerImpl.java
Lines 141 to 163 in d6db509