use base qw(Koha::Object);
use Koha::Caches;
my $cache = Koha::Caches->get_instance();
=head1 NAME
use parent qw(Koha::Object);
use CGI qw ( -utf8 escape );
use C4::Auth qw{ checkauth get_session get_template_and_user };
use C4::Context;
use C4::Output;
use C4::Output qw{ output_html_with_http_headers };
use Koha::Patrons;
use LWP::UserAgent;
-