Clear Cache
The CSMS sends ClearCacheRequest to ask the Charging Station to clear its Authorization Cache. The CS replies with Accepted if it executed the request, otherwise Rejected.
Source: OCPP 2.0.1 Part 2 — Specification (Edition 2, 2022-12-15) — Section 1.6 (Messages); Use Case C11 — Clear Authorization Data in Authorization Cache (Functional Block C. Authorization)
Overview
The CSMS sends ClearCacheRequest to ask the Charging Station to clear its Authorization Cache. The CS replies with Accepted if it executed the request, otherwise Rejected.
Sequence diagram
CSMS ──── ClearCacheRequest ────▶ Charging Station
CSMS ◀─── ClearCacheResponse ──── Charging Station
(status, statusInfo?)Initiator
CSMS → Charging Station
Fields
No fields are defined.
ClearCacheStatusEnumType values
Accepted, Rejected.
Examples
{}Schema
Source:
schemas/ClearCacheRequest.json,schemas/ClearCacheResponse.json(OCPP 2.0.1 FINAL)