Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Add Caching Mechanism #200

@divyanshub024

Description

@divyanshub024

Description

To improve performance and reduce redundant computations, we need to introduce caching within Stac. The caching mechanism should store previously processed UI structures and retrieve them when requested again instead of recalculating or refetching data.

Tasks:

  • Identify key areas where caching would be beneficial (e.g., UI rendering, API responses).
  • Implement a caching strategy (e.g., in-memory cache, disk-based cache).
  • Ensure cache invalidation is handled properly to prevent stale data.
  • Provide configuration options to enable/disable caching as needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions