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 clearTemplateChainCache GraphQL 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 clearGraphQLSchemaCache GraphQL mutation.

    This mutation is only available when the oe_graphql_base module is active.

  • Automatic invalidation: the event subscriber InvalidateGraphQLSchemaCacheEventSubscriber clears 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.

  • ServiceInterface extended with clearCurrentShopTemplateChainCache() and clearCurrentShopGraphQLSchemaCache().

For the full list of changes, see the Changelog V. 2.0.0 (GitHub).