/zio-cache

A ZIO native cache with a simple and compositional interface

Primary LanguageScalaApache License 2.0Apache-2.0

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