Help language development. Donate to The Perl Foundation

Cache::Async cpan:ROBERTLE last updated on 2019-03-01

perl6-cache-async-0.1.6/

Cache::Async

... A Concurrent and Asynchronous Cache for Perl 6.

Features

Upcoming Features

Example usage

my $cache = Cache::Async.new(max-size => 1000, producer => sub ($k) { ... });
say await $cache.get("key234");

Documentation

Please see the POD in lib/Cache/Async.pm6 for usage scenarios and details on how to use Cache::Async.

License

Cache::Async is licensed under the Artistic License 2.0.

Feedback and Contact

Please let me know what you think: Robert Lemmen [email protected]