Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
jms
/
metadata
/
src
/
Cache
/
File Content:
ClearableCacheInterface.php
<?php declare(strict_types=1); namespace Metadata\Cache; /** * @author Alexander Strizhak <gam6itko@gmail.com> */ interface ClearableCacheInterface { /** * Clear all classes metadata from the cache. */ public function clear(): bool; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
CacheInterface.php
505 bytes
0644
ClearableCacheInterface.php
258 bytes
0644
DoctrineCacheAdapter.php
1190 bytes
0644
FileCache.php
4015 bytes
0644
PsrCacheAdapter.php
1738 bytes
0644
N4ST4R_ID | Naxtarrr