PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
doctrine
/
cache
/
lib
/
Doctrine
/
Common
/
Cache
<?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 { }
[-] FlushableCache.php
[edit]
[+]
..
[-] CacheProvider.php
[edit]
[-] ClearableCache.php
[edit]
[-] MultiGetCache.php
[edit]
[-] MultiDeleteCache.php
[edit]
[-] MultiOperationCache.php
[edit]
[+]
Psr6
[-] Cache.php
[edit]
[-] MultiPutCache.php
[edit]