Home
last modified time | relevance | path

Searched refs:Cache (Results 76 – 100 of 158) sorted by path

1234567

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DServiceFactory.php56 $cache = new Cache($cacheBasePath, $config['cacheCleanupInterval']);
57 $fontCache = new FontCache(new Cache($cacheBasePath . '/ttfontdata', $config['cacheCleanupInterval']));
H A DTag.php21 * @var \Mpdf\Cache
67 * @param \Mpdf\Cache $cache
79 Cache $cache,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php7 use Mpdf\Cache; alias
29 * @var \Mpdf\Cache
88 Cache $cache,
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php25 use Elasticsearch\Endpoints\Indices\Cache\Clear;
/plugin/epub/lang/de/
H A Dadmin_header.txt2 Mit diesem Werkzeug können Sie Einträge aus dem epub-Cache entfernen und wahlweise auch die zugehör…
3 …r mehrere Titel aus. Durch einen Klick auf den **Nur Cache** Knopf werden diese Titel aus dem Cach…
4 Durch einen Klick auf den **Cache und eBook(s)** Knopf werden sowohl die Bücher aus dem Cache als a…
/plugin/epub/lang/en/
H A Dadmin_header.txt3 …re titles. If you click the **Cache Only** button, those titles will be removed from the cache. …
/plugin/epub/lang/fr/
H A Dadmin_header.txt3 …*, ces titres seront supprimés du cache. Si vous cliquez sur le boutton **Cache et ebook(s)**, les…
/plugin/epub/lang/nl/
H A Dadmin_header.txt3 …erdere bestanden. Bij de keuze **Cache Only** worden de gekozen titels verwijderd uit de cache. …
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf44 Cache http://www.google.com/search?q=cache:
/plugin/filelisting/action/
H A Dcache.php10 use dokuwiki\Cache\CacheRenderer;
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md96 namespaced, since `Doctrine\Common\Cache` already supports that
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst109 You can also use one of the ``Doctrine\Common\Cache\Cache`` cache implementations to cache the anno…
115 use Doctrine\Common\Cache\ApcCache;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php22 use Doctrine\Common\Cache\Cache; alias
39 * @var Cache
57 * @param Cache $cache
60 public function __construct(Reader $reader, Cache $cache, $debug = false)
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md86 * Cache
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md10 - Allow Read-only Cache [\#74](https://github.com/schmittjoh/metadata/pull/74) ([goetas](https://gi…
29 - Allow Read-only Cache [\#72](https://github.com/schmittjoh/metadata/pull/72) ([pdugas](https://gi…
66 - Cache when there is no metadata for a class [\#36](https://github.com/schmittjoh/metadata/pull/36…
89 - \[Cache\] Remove a race condition [\#22](https://github.com/schmittjoh/metadata/pull/22) ([vicb](…
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DCacheInterface.php5 namespace Metadata\Cache;
H A DDoctrineCacheAdapter.php5 namespace Metadata\Cache;
7 use Doctrine\Common\Cache\Cache; alias
20 * @var Cache
24 public function __construct(string $prefix, Cache $cache)
H A DFileCache.php5 namespace Metadata\Cache;
H A DPsrCacheAdapter.php5 namespace Metadata\Cache;
8 use Psr\Cache\CacheItemPoolInterface;
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php7 use Metadata\Cache\CacheInterface;
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DDoctrineCacheAdapterTest.php5 namespace Metadata\Tests\Cache;
7 use Doctrine\Common\Cache\ArrayCache;
8 use Metadata\Cache\DoctrineCacheAdapter;
H A DFileCacheTest.php5 namespace Metadata\Tests\Cache;
7 use Metadata\Cache\FileCache;
H A DPsrCacheAdapterTest.php5 namespace Metadata\Tests\Cache;
7 use Metadata\Cache\PsrCacheAdapter;
11 use Symfony\Component\Cache\Adapter\ArrayAdapter;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst27 Configuring a Cache Directory
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php10 use Doctrine\Common\Cache\FilesystemCache;
48 use Metadata\Cache\CacheInterface;
49 use Metadata\Cache\FileCache;

1234567