Rand Stats

Cache::Async

cpan:ROBERTLE

Cache::Async

... A Concurrent and Asynchronous Cache for the Raku language.

Features

Upcoming Features

Simple Example usage

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

But of course there are lots more details!

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 robertle@semistable.com