memorycache
Web icon

MemoryCache

Stable version 1.0.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded
 on 9 Dec (3 days ago)
 by 
4.7
 (3 ratings)
memorycache

MemoryCache

Details
Provides an easy-to-use caching mechanism that allows you to store data in server memory.
Read more

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. 



Release notes (1.0.0)
  • Component overhaul including new actions for retrieving values in various types.
  • Added missing descriptions and icons.
  • Upgrade to O11.
License (1.0.0)
Reviews (1)
by 
2019-04-16
in version 2.0.0
First of all, I would like to thank you for making this component available to the community. I've used it to make a few tests and see if it would be a good fit for an application our company is developing.
The reason I rated it 4 stars is that the cache does not persist between requests - in my case this was a no-go because we needed the values to persist over consecutive REST service calls and eventually allow the cache values be processed on a BPT.
Team
Other assets in this category