Provides helpers to handle PHP opcode caches.
Hierarchy
- class \Drupal\Component\Utility\OpCodeCache
Related topics
- Utility classes and functions
- Overview of utility classes and functions for developers.
File
- core/lib/Drupal/Component/Utility/OpCodeCache.php, line 10
Namespace
Drupal\Component\Utility
Members
Name | Modifiers | Type | Description |
---|---|---|---|
OpCodeCache::invalidate | public static | function | Invalidates a PHP file from a possibly active opcode cache. |
OpCodeCache::isEnabled | public static | function | Checks if OpCodeCache is enabled. |
Please login to continue.