drupal / opcache
Installs: 2 057
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- crunch/fastcgi: 1.0.*
- guzzlehttp/guzzle: ^6.2.0
Requires (Dev)
- drupal/coder: >7
- phpmd/phpmd: *
- phpunit/phpunit: 4.3.*
- satooshi/php-coveralls: dev-master
- sebastian/phpcpd: *
- squizlabs/php_codesniffer: >=1.4.1
This package is not auto-updated.
Last update: 2024-10-26 18:59:54 UTC
README
OPcache
This module allows Drupal to report status information about the cache and reset the cache.
REQUIREMENTS
- PHP 5.4
- OPcache extension (see official installation instructions).
- Composer Manager
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.