TIP: You can type at any time to perform a new search.
Endpoint cache
endpoint_cache · OCA/web-api
- Repository
- OCA/web-api · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/web-api
- Last tracking update
- 2026-08-07 08:43:00
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- SilvioC2C, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- endpoint_cache_preheat
- Description
Technical module provide basic caching configuration and utils for endpoints.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
endpoint_mixin_form_view |
endpoint.mixin | form | Inherits endpoint.endpoint_mixin_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
cache_att_countIntegercompute='_compute_cache_att_count'string='Cache count' -
cache_policySelectiondefault='day'selection=[('day', 'Daily'), ('week', 'Weekly'), ('month', 'Monthly')]
-
action_preheat_cache(self) -
action_purge_cache_attachments(self)Action to purge cache attachments -
action_view_cache_attachments(self)Action to view cache attachments
Loading…