| TestCase: https://github.com/c9pr3/hibernate-jcache-delete-bug When using Hibernate with JCache and EHCache (same with Hazelcast), a deletion of an entity does not trigger the deletion of the cached entity - unless it is defined as <cache usage="transactional"/>. BR |