Skip to content

Turn PopplerCache into a template

Adam Reichold requested to merge (removed):templated-cache into master

This avoid double indirection for look-up via virtual helper classes and generally reduces the amount of code and most importantly casts necessary to use the generic cache.

Merge request reports