Hello, With the ability to build a custom cache it could be useful to create also a custom CacheKey but actually it's not possible. https://github.com/PebbleTemplates/pebble/blob/aa43888a87901ea892258c02cee781d183d4a06b/pebble/src/main/java/com/mitchellbosecke/pebble/cache/CacheKey.java#L11
Hello,
With the ability to build a custom cache it could be useful to create also a custom CacheKey but actually it's not possible.
pebble/pebble/src/main/java/com/mitchellbosecke/pebble/cache/CacheKey.java
Line 11 in aa43888