2016-06-16
2.0.0
André Siébra
9.1.301.0
All
All
Components, Libraries
[Overview]
Provides an easy-to-use caching mechanism that allows you to store data in server memory.
[Detail]
See a sample demo of MemoryCache here:
https://andresiebra.outsystemscloud.com/MemoryCache_SampleReport
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 objetc will be stored in only one of the nodes. You should check if your solution support only one frontend to ensure integrity.