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'
评论0
最新资源