Home
last modified time | relevance | path

Searched refs:CacheInterface (Results 1 – 25 of 28) sorted by relevance

12

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
DArrayCache.php19 class ArrayCache implements CacheInterface
24 * @see CacheInterface::has()
32 * @see CacheInterface::get()
44 * @see CacheInterface::set()
52 * @see CacheInterface::remove()
DApcCache.php19 class ApcCache implements CacheInterface
24 * @see CacheInterface::has()
32 * @see CacheInterface::get()
46 * @see CacheInterface::set()
60 * @see CacheInterface::remove()
DExpiringCache.php19 class ExpiringCache implements CacheInterface
24 public function __construct(CacheInterface $cache, $lifetime)
DCacheInterface.php19 interface CacheInterface interface
DFilesystemCache.php19 class FilesystemCache implements CacheInterface
/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php15 use DeviceDetector\Cache\CacheInterface; alias
113 * @var CacheInterface|null
231 * @param CacheInterface $cache
233 public function setCache(CacheInterface $cache): void
241 * @return CacheInterface
243 public function getCache(): CacheInterface
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
DCacheInterface.php3 use Twig\Cache\CacheInterface; alias
8 class Twig_CacheInterface extends CacheInterface
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DMobileApp.php15 use DeviceDetector\Cache\CacheInterface; alias
79 * @param CacheInterface $cache
81 public function setCache(CacheInterface $cache): void
DBrowser.php15 use DeviceDetector\Cache\CacheInterface; alias
882 * @param CacheInterface $cache
884 public function setCache(CacheInterface $cache): void
/plugin/statistics/vendor/matomo/device-detector/Cache/
DPSR16Bridge.php15 use Psr\SimpleCache\CacheInterface as PsrCacheInterface;
17 class PSR16Bridge implements CacheInterface
DCacheInterface.php15 interface CacheInterface interface
DLaravelCache.php17 class LaravelCache implements CacheInterface
DStaticCache.php21 class StaticCache implements CacheInterface
DDoctrineBridge.php17 class DoctrineBridge implements CacheInterface
DPSR6Bridge.php17 class PSR6Bridge implements CacheInterface
/plugin/findologicxmlexport/vendor/jms/metadata/src/
DMetadataFactory.php7 use Metadata\Cache\CacheInterface; alias
19 * @var CacheInterface
60 public function setCache(CacheInterface $cache): void
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DAssetCache.php14 use Assetic\Cache\CacheInterface; alias
28 public function __construct(AssetInterface $asset, CacheInterface $cache)
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
DNullCache.php21 class NullCache implements CacheInterface
DCacheInterface.php23 interface CacheInterface interface
DFilesystemCache.php19 class FilesystemCache implements CacheInterface
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
DCacheInterface.php9 interface CacheInterface interface
DDoctrineCacheAdapter.php13 class DoctrineCacheAdapter implements CacheInterface
DPsrCacheAdapter.php10 class PsrCacheAdapter implements CacheInterface
DFileCache.php9 class FileCache implements CacheInterface
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php15 use DeviceDetector\Cache\CacheInterface; alias
152 * @var CacheInterface|null
699 * @param CacheInterface $cache
701 public function setCache(CacheInterface $cache): void
709 * @return CacheInterface
711 public function getCache(): CacheInterface

12