OXID Admin Tools Module V. 2.0
Release date: 13-05-2026
Features
Clear the template chain cache — manually from the admin dropdown or via the
clearTemplateChainCacheGraphQL mutation.The template chain cache (new in OXID eShop 7.5) speeds up resolution of template extension chains. When you activate or deactivate modules, or change module template overrides, clearing this cache may be necessary.
Clear the GraphQL schema cache — via the
clearGraphQLSchemaCacheGraphQL mutation.This mutation is only available when the
oe_graphql_basemodule is active.Automatic invalidation: the event subscriber
InvalidateGraphQLSchemaCacheEventSubscriberclears the GraphQL schema cache automatically whenever the shop cache is cleared (ClearShopCacheEvent).
Changes
Compatible with OXID eShop 7.5.x.
Minimum PHP version is now 8.3; tested up to PHP 8.5.
GraphQL cache-clear operations changed from queries to mutations.
ServiceInterfaceextended withclearCurrentShopTemplateChainCache()andclearCurrentShopGraphQLSchemaCache().
For the full list of changes, see the Changelog V. 2.0.0 (GitHub).