Any simple caching libraries that support multiple providers?
Does anyone know of a simple caching library that will let me specify provider for in-memory, mssql, mysql, redis and postgresql?
Basical something that will let me do something like `Cache.Add(Key, Object, ExpiryOptions)` and handle purging the cache and reading/writing the cache objects to the storage provider?
0 comments:
Post a Comment