Cache Management
Canvas provides a robust caching module where application developers can define their caches and use the same in a guaranteed manner across the application.
Features:
- It supports Declarative Cache definition allowing for control by design.
- It supports configuration of data source, scope, expiry interval, validity monitoring, and dynamic initialization parameters.
- It supports eager and lazy cache initialization.
- It provides ready-made data source handlers for fetching data using the Canvas database framework and integration framework.
For more information, refer Cache Framework.