View | Details | Raw Unified | Return to bug 38454
Collapse All | Expand All

(-)a/Koha/REST/V1.pm (-2 / +1 lines)
Lines 64-70 sub startup { Link Here
64
    );
64
    );
65
    $self->hook(
65
    $self->hook(
66
        around_action => sub {
66
        around_action => sub {
67
            my ($next, $c, $action, $last) = @_;
67
            my ( $next, $c, $action, $last ) = @_;
68
68
69
            # Flush memory caches before every request
69
            # Flush memory caches before every request
70
            Koha::Caches->flush_L1_caches();
70
            Koha::Caches->flush_L1_caches();
71
- 

Return to bug 38454