Skip to content

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

Stars

41 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages