Koha::Caches - Cache handling
my $cache = Koha::Caches->get_instance();
Description
This gets a shared instance of the cache, set up in a very default way. This is the recommended way to fetch a cache object. If possible, it'll be persistent across multiple instances.