Interfaces

Project

Facilities Cache Local

NuGet packageOwin.Framework.Facilities.Cache.Local
GitHub sourceOwinFramework.Facilities.Cache.Local

Home |  Readme

The OwinFramework.Facilities.Cache.Local Project

This package provides an implementation of the ICache interface. To make this implementation available to other packages that need this interface you just need to add the NuGet package to the project - that's it, there is nothing else to do.

This implementation is great for demos, hello world, and other experimental projects but is not useful for production applications.

This package stores cached data within the process. It does not allow sharing of data accross multiple servers - which is the whole point, and this is why this package is not recommended for production applications.

This package has no configuration options.

Related Projects