Skip to content
forked from zio/zio-cache

A ZIO native cache with a simple and compositional interface

License

Notifications You must be signed in to change notification settings

strokyl/zio-cache

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 69.1%
  • JavaScript 28.7%
  • CSS 2.2%