paulpdaniels / zio-cache

A ZIO native cache with a simple and compositional interface

Home Page:https://zio.github.io/zio-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZIO Cache

Project Stage CI Release Snapshot Discord
Project stage CI Release Artifacts Snapshot Artifacts Badge-Discord

Summary

ZIO Cache makes it easy to cache values to optimize your application's performance.

ZIO Cache features:

  • ZIO Native - Deep ZIO integration including support for concurrent lookups, failure, and interruption.
  • Simple - Unified interface for synchronous and asynchronous caches.
  • Compositional - Definition of cache in terms of lookup function allows supporting arbitrary backends.

Check out the microsite for more information!

Documentation

ZIO Cache Microsite

Contributing

Documentation for contributors

Code of Conduct

See the Code of Conduct

Support

Come chat with us on Badge-Discord.

License

License

About

A ZIO native cache with a simple and compositional interface

https://zio.github.io/zio-cache/

License:Apache License 2.0


Languages

Language:Scala 69.1%Language:JavaScript 28.7%Language:CSS 2.2%