Endpoint cache

endpoint_cache
REPOSITORY
REPOSITORYOCA/web-api
GIT
GIThttps://github.com/OCA/web-api.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web-api/tree/18.0/endpoint_cache
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, SilvioC2C, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/web-api
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - rpc_helper
OCA/web-api:
    - endpoint
    - endpoint_route_handler
odoo/odoo:
    - base_sparse_field
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Technical module provide basic caching configuration and utils for
endpoints.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
endpoint_mixin_form_view endpoint.mixin xpath Inherits endpoint.endpoint_mixin_form_view
Models touched (1)

New fields (2)
  • cache_att_count Integer
    compute='_compute_cache_att_count' string='Cache count'
  • cache_policy Selection
    default='day' selection=[('day', 'Daily'), ('week', 'Weekly'), ('month', 'Monthly')]
Public methods (3)
  • action_preheat_cache(self)
  • action_purge_cache_attachments(self)
    Action to purge cache attachments
  • action_view_cache_attachments(self)
    Action to view cache attachments
REPOSITORY
REPOSITORYOCA/web-api
GIT
GIThttps://github.com/OCA/web-api.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web-api/tree/14.0/endpoint_cache
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/web-api
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - rpc_helper
OCA/web-api:
    - endpoint
    - endpoint_route_handler
odoo/odoo:
    - base_sparse_field
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
endpoint_mixin_form_view endpoint.mixin xpath Inherits endpoint.endpoint_mixin_form_view
Models touched (1)

New fields (2)
  • cache_att_count Integer
    compute='_compute_cache_att_count' string='Cache count'
  • cache_policy Selection
    default='day' selection=[('day', 'Daily'), ('week', 'Weekly'), ('month', 'Monthly')]
Public methods (3)
  • action_preheat_cache(self)
  • action_purge_cache_attachments(self)
    Action to purge cache attachments
  • action_view_cache_attachments(self)
    Action to view cache attachments