drupal/opcache

There is no license information available for the latest version (dev-7.x-1.x) of this package.

dev-7.x-1.x 2016-10-12 10:31 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:01 UTC


README

Build Status Scrutinizer Code Quality Coverage Status

OPcache

This module allows Drupal to report status information about the cache and reset the cache.

REQUIREMENTS

FEATURES

  • Drush integration
  • Debugging tools (not yet implemented)

DRUSH COMMANDS

  • opcache-invalidate Invalidate scripts currently cached in OPcache. Works across multiple webservers. Not yet implemented.
  • opcache-status Get current OPcache status. Not yet implemented.
  • opcache-configuration Get current OPcache configuration. Not yet implemented.

DEBUGGING TOOLS

Goal is to present a similar interface as the Memcache Admin module. Not yet implemented.