module() . '/'; $cache = Cache::instance($config['cache_path']); if ($cache->exists($ident)) return Response::instance()->send($cache->get($ident)); } return $next(); } }