Interface ClearByPrefixInterface

Summary

Fully Qualified Name: Zend\Cache\Storage\ClearByPrefixInterface

Description

Methods

Name Description Defined By
clearByPrefix() Remove items matching given prefix ClearByPrefixInterface

Method Details

clearByPrefix()

Remove items matching given prefix

Parameter Name Type Description
$prefix string

Returns: bool

Top