<<

NAME

Koha::Caches - Cache handling

SYNOPSIS

my $cache = Koha::Caches->get_instance();

DESCRIPTION

Description

CLASS METHODS

get_instance

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.

flush_L1_caches

<<