JorTurFer / CacheService

Doble layer cache for dotnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C# 100.0%