cachemanager
Reactive icon

CacheManager

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 19 Aug (3 weeks ago)
 by 
Eone Technologies Pvt Ltd
0.0
 (0 ratings)
cachemanager

CacheManager

Details
Cache Manager is a client-side component that provides APIs to manage browser cache, supporting operations to set, get, remove, and clear session storage data dynamically.
Read more

Cache Manager is a client-side utility component designed to simplify the handling of browser storage in OutSystems applications. It exposes a set of APIs that enable developers to interact with the browser’s sessionStorage in a structured and consistent way. With Cache Manager, you can:

  • Set data: Store key-value pairs in session storage, either as plain strings or serialized JSON objects.

  • Get data: Retrieve stored values by key, with support for parsing JSON-formatted entries.

  • Remove data: Delete specific items from session storage without affecting other cached data.

  • Clear all data: Empty the entire session storage for the current browser session.

By abstracting common storage operations, Cache Manager reduces the need for repetitive JavaScript coding and ensures consistent cache handling across applications. It is particularly useful for managing temporary session-level data that does not need to be persisted on the server side.

Note: No API's used.

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category