neon-sunset / fast-cache

The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.
https://www.nuget.org/packages/FastCache.Cached/
MIT License
88 stars 8 forks source link

Add `Cached<V>.Save(K1..K7, V, TimeSpan)` #39

Closed neon-sunset closed 1 year ago

neon-sunset commented 1 year ago

Closes #38

coveralls commented 1 year ago

Coverage Status

Coverage: 93.576% (+0.8%) from 92.765% when pulling 13d1e98ce1ab62bf7abde6b8ba64ee97f3d014f6 on cached-save into 5a6fbabd14c6ee76b8e3cb0110d5c8546de6b0e9 on main.