This extension uses the System.Runtime.Caching namespace from .NET Framework that let you implement server caching in your applications.
Important: be careful when storing objects in memory; it won't work in farm scenarios, because the object will be stored in only one of the nodes. Check if your infrastructure contains only one front-end server to ensure integrity.