8000 GitHub - f2calv/CasCap.Common: .NET libraries of helper functions, extensions, utilities, abstract classes, etc...
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

.NET libraries of helper functions, extensions, utilities, abstract classes, etc...

License

Notifications You must be signed in to change notification settings

f2calv/CasCap.Common

Repository files navigation

CasCap.Common

CI Coverage Status SonarCloud Coverage

A range of .NET class libraries packed with helper functions, extensions, utilities and 'kickstarter' abstract classes.

Library Package
CasCap.Common.Caching Nuget
CasCap.Common.Extensions Nuget
CasCap.Common.Extensions.Diagnostics.HealthChecks Nuget
CasCap.Common.Logging Nuget
CasCap.Common.Net Nuget
CasCap.Common.Serialization.Json Nuget
CasCap.Common.Serialization.MessagePack Nuget
CasCap.Common.Testing Nuget

CasCap.Common.Caching

Special mention to this package which provides a customisable flexible Distributed Caching solution supporting the cache-aside pattern in an async manner. Local caching via either Memory or Disk and remote caching using Redis. Serialization supported includes both JSON and MessagePack.

Cache items are stored both in local and remote cache locations and a background service provides an expiration and syncronisation capability. This way CPU and/or IO intensive methods which generate objects for storage in the cache can only be fired once and then retrieved either from the original server via the local cache or by other consumers via the remote cache.

About

.NET libraries of helper functions, extensions, utilities, abstract classes, etc...

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages

0