文件名称:slim-stash-middleware:Slim Stash 缓存中间件
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-31 18:36:43
PHP
Slim Stash 缓存中间件 使用 Stash 为 Slim 缓存中间件层 关于 Slim 的简单中间件层,为端点提供缓存机制。 示例设置 这是中间件设置的示例。 它使用配置设置来启用缓存。 <?php // Stash Page Cache Middleware // ----------------------------------------------------------------------------- // A generalized way of caching the output of an endpoint $ app -> container -> singleton ( 'stash' , function () use ( $ app ) { if (! is_dir ( $ app -> config ( 'caches.path'
【文件预览】:
slim-stash-middleware-master
----.gitignore(250B)
----README.md(2KB)
----tests()
--------There4Test()
--------bootstrap.php(96B)
----phpunit.xml(789B)
----composer.lock(37KB)
----LICENSE(1KB)
----composer.json(1KB)
----.travis.yml(244B)
----lib()
--------There4()