Skip to content

Consistently use direct subclass of Entity for cache keys

Daniel Gerhardt requested to merge fix-entity-cache-updates into master

In some cases the name of classes further down the hierarchy were used as cache key. This led to bugs because of varying cache keys.

Fixes: #75 (closed)

Merge request reports