Skip to content

mgravell/TsavoriteCache

Repository files navigation

TsavoriteCache

TsavoriteCache is an IDistributedCache implementation using Tsavorite, the storage and query engine behind Garnet (a RESP server in .NET), providing a file-based local cache that persists between application executions.

Usage

services.AddTsavoriteCache(options =>
{
    // optionally configure
    options.Settings = new(baseDir: "cache");
});

then just use IDistributedCache as normal.

About

IDistributedCache implementation on FASTER

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages