Bug 35793: Remove Koha::Template::Plugin::Cache
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 12 Jan 2024 14:39:35 +0000 (15:39 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 22 Mar 2024 11:26:44 +0000 (12:26 +0100)
commitb19ff6f4c7d00f150a1cb04c7efd17b8d1029922
tree4dc2763612ae50399d02ef047a30c6b3d1d33a56
parentea80d2f140fd79d56c1b439c3bce1671ea76d63e
Bug 35793: Remove Koha::Template::Plugin::Cache

Introduced in 2011 by bug 7387 but has never been used.
Removing it.

Test plan:
 git grep Cache **/*.tt **/*.inc
should not return relevant results.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Template/Plugin/Cache.pm [deleted file]