Give us feedback
clientcache
Reactive icon

ClientCache

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 15 September 2021 by 
5.0
 (2 ratings)
clientcache

ClientCache

Details
This component will help you to cache anything on client side with dynamic key. You can also cache any action response in client side for certain time period for faster result access. The component will automatically delete the cache after timeout and you have facility to clear cache manually if you want to bypass the client cache and want to get fetch data from server. Please see the demo for more details.
Read more

This component will provide an option to cache anything at client side for any defined time. 

  • You can cache the any action response at client side and have a faster fetch from cache.
  • You can cache any value with any specific key.
  • Cache will be cleared automatically after timeout expired.
  • User will have an option to clear all cache or specific cache if required.


Why this component is needed? 

  • OutSystems has option to cache action response at Server Side but there is no option to cache anything dynamically at client side.
  • OutSystems restricts some response to be cached in Server side like binary data.
  • OutSystems has provided Session Variables but those are with static keys. If we want to cache something dynamically with dynamic key, then it is difficult to achieve.
  • In personal environment server caching is restricted.


You may suggest any change if it is needed.

Release notes (1.0.1)

updated OutSystems version

Reviews (0)
Team