文件名称:缓存:缓存组件提供了扩展的PSR-6实现,用于向您的应用程序添加缓存
文件大小:94KB
文件格式:ZIP
更新时间:2024-02-26 14:45:07
php caching symfony component cache
Symfony PSR-6缓存实现 缓存组件提供了扩展的实现,用于向应用程序添加缓存。 它的设计开销很低,因此缓存最快。 它附带了一些缓存适配器,适用于最广泛的缓存适配器,适用于缓存后端。 它还提供了一个doctrine/cache代理适配器来满足更高级的缓存需求,并提供了一个代理适配器来提高PSR-6实现之间的互操作性。 资源资源 并在
【文件预览】:
cache-5.x
----composer.json(2KB)
----DependencyInjection()
--------CachePoolPass.php(11KB)
--------CachePoolClearerPass.php(1KB)
--------CacheCollectorPass.php(3KB)
--------CachePoolPrunerPass.php(2KB)
----LockRegistry.php(7KB)
----Psr16Cache.php(8KB)
----CacheItem.php(5KB)
----LICENSE(1KB)
----PruneableInterface.php(485B)
----Traits()
--------AbstractAdapterTrait.php(12KB)
--------ContractsTrait.php(3KB)
--------FilesystemTrait.php(3KB)
--------RedisTrait.php(22KB)
--------FilesystemCommonTrait.php(5KB)
--------ProxyTrait.php(817B)
--------RedisProxy.php(2KB)
--------RedisClusterProxy.php(2KB)
--------MemcachedTrait.php(13KB)
----CHANGELOG.md(4KB)
----Marshaller()
--------DeflateMarshaller.php(1KB)
--------MarshallerInterface.php(1KB)
--------TagAwareMarshaller.php(3KB)
--------DefaultMarshaller.php(3KB)
--------SodiumMarshaller.php(2KB)
----Messenger()
--------EarlyExpirationMessage.php(3KB)
--------EarlyExpirationDispatcher.php(2KB)
--------EarlyExpirationHandler.php(2KB)
----ResettableInterface.php(418B)
----README.md(927B)
----Adapter()
--------Psr16Adapter.php(2KB)
--------RedisAdapter.php(1024B)
--------DoctrineAdapter.php(3KB)
--------NullAdapter.php(3KB)
--------AdapterInterface.php(986B)
--------ArrayAdapter.php(11KB)
--------AbstractAdapter.php(8KB)
--------FilesystemAdapter.php(933B)
--------TagAwareAdapter.php(11KB)
--------AbstractTagAwareAdapter.php(12KB)
--------ParameterNormalizer.php(898B)
--------TraceableTagAwareAdapter.php(926B)
--------RedisTagAwareAdapter.php(11KB)
--------MemcachedAdapter.php(13KB)
--------TagAwareAdapterInterface.php(785B)
--------TraceableAdapter.php(7KB)
--------CouchbaseBucketAdapter.php(8KB)
--------ProxyAdapter.php(8KB)
--------PdoAdapter.php(22KB)
--------ChainAdapter.php(9KB)
--------PhpFilesAdapter.php(10KB)
--------FilesystemTagAwareAdapter.php(7KB)
--------ApcuAdapter.php(3KB)
--------PhpArrayAdapter.php(12KB)
----Exception()
--------InvalidArgumentException.php(725B)
--------CacheException.php(655B)
--------LogicException.php(665B)
----DoctrineProvider.php(2KB)
----DataCollector()
--------CacheDataCollector.php(6KB)