Skip to content

Distributed cache implementations for Microsoft Orleans and an ease of use extension compatible with any IDistributedCache implementation.

License

Notifications You must be signed in to change notification settings

modabas/ModCaches

Repository files navigation

ModCaches

Nuget License: MIT

ModCaches provides cache and cache helper implementations for various use cases.

  • Extended Distributed Cache, a wrapper around IDistributedCache to simplify usage of distributed cache implementations and provide in-process cache stampede protection,
  • Microsoft Orleans IDistributedCache implementations, both volatile and persisted, along with services to use from an Orleans client application or within Orleans server,
  • Microsoft Orleans in-cluster cache grain implementations, both volatile and persisted, that leverages Orleans' built-in capabilities for concorrency and serialization. Encapsulates cache value generation and caching in one unit and provides easy to use methods to interact with.

Documentation

Please refer to individual documents for detailed information on features, getting started and how to use each component:

About

Distributed cache implementations for Microsoft Orleans and an ease of use extension compatible with any IDistributedCache implementation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages