Saturday, August 25, 2018

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?

Any simple caching libraries that support multiple providers? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team