1807. Class

1807.1. Zend\Cache\Storage\AdapterPluginManager

Plugin manager implementation for cache storage adapters

Enforces that adapters retrieved are instances of StorageInterface. Additionally, it registers a number of default adapters available.

1807.1.1. Methods

1807.1.1.1. validatePlugin

validatePlugin()

Validate the plugin

Checks that the adapter loaded is an instance of StorageInterface.

Parameters:mixed
Return type:void
Throws :ExceptionRuntimeException if invalid

Project Versions

Table Of Contents

Previous topic

1806. Class

Next topic

1808. Class

This Page