Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
peripherad
/
vendor
/
doctrine
/
cache
/
lib
/
Doctrine
/
Common
/
Cache
:
MultiOperationCache.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Doctrine\Common\Cache; /** * Interface for cache drivers that supports multiple items manipulation. * * @link www.doctrine-project.org */ interface MultiOperationCache extends MultiGetCache, MultiDeleteCache, MultiPutCache { }