DSharpPlus
DSharpPlus copied to clipboard
basic caching
Implements a wrapper around IMemoryCache, and an abstraction that can be implemented to wrap around any implementation of IDistributedCache, for future use inside the library, such as rest and DSharpPlus.Abstractions
Yes, the interfaces can be implemented for any backing storage. Redis, the file system, even a discord channel if you really want
@VelvetThePanda any last calls?
Hi sorry had to deal with something as I saw the mention for this. I'll take a second passover and point anything out.
this should work now, with the added Dispose();
calls.