endpoint_cache
Provides basic caching utilities for Odoo endpoints to store and retrieve expensive computation results.
Key Features
- endpoint: Supports daily, weekly, and monthly cache policies.
- endpoint: Generates unique cache names based on endpoint details.
- endpoint: Stores binary data in attachments for caching.
- endpoint: Retrieves cached data within the policy period.
- endpoint: Automatically garbage collects caches older than 32 days.
- endpoint: Provides UI actions to view cache attachments.
- endpoint: Allows purging all caches for an endpoint.
- endpoint: Enables preheating caches by simulating endpoint requests.