Created on 08 September 2021
icon_unfollowing
Login to follow
clientcache

ClientCache

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 15 September 2021 by 
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)
Category
Functional libraries & utilities, Other functions & libraries
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
ClientCache has no dependencies.
Application Objects
ClientCache has 0 AOs.
Team
Compatible with
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Asset consumers
No consumers yet.
Weekly downloads