176.1. Zend\Cache\PatternPluginManager
Plugin manager implementation for cache pattern adapters
Enforces that adatpers retrieved are instances of
PatternPatternInterface. Additionally, it registers a number of default
patterns available.
176.1.1. Methods
176.1.1.1. validatePlugin
-
validatePlugin()
Validate the plugin
Checks that the pattern adapter loaded is an instance of PatternPatternInterface.
| Parameters: | mixed – |
| Return type: | void |
| Throws : | ExceptionRuntimeException if invalid |