Skip to content

JorTurFer/CacheService

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheService

Doble layer cache for dotnet

Features

Workflow GetOrSet():

  1. Read from MemoryCache
  2. Read from DistributedCache (and set in MemoryCache)
  3. Read from source (and set in MemoryCache and DistributedCache)

In background:

  1. All values read from any source or cache should automatically updated in background in an specified time

About

Doble layer cache for dotnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%