The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Beekeeper::Worker::Util

VERSION

Version 0.04

SYNOPSIS

  use Beekeeper::Worker::Util 'shared_cache';
  
  my $c = $self->shared_cache( ... );
  
  $c->set( $key => $value );
  $c->get( $key );
  $c->delete( $key );

SEE ALSO

Beekeeper::Worker::Util::SharedCache

AUTHOR

José Micó, jose.mico@gmail.com

COPYRIGHT AND LICENSE

Copyright 2015-2021 José Micó.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language itself.

This software is distributed in the hope that it will be useful, but it is provided “as is” and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.