Overview

Namespaces

  • momentphp
    • exceptions
    • interfaces
    • middlewares
    • providers
    • traits
  • None

Classes

  • App
  • Bundle
  • Cache
  • CallableResolver
  • Config
  • Controller
  • Database
  • DebugInfo
  • Error
  • ExceptionHandler
  • FlashMessages
  • Helper
  • Log
  • Middleware
  • Model
  • ObjectCache
  • Provider
  • Registry
  • Router
  • Settings
  • SmartyViewEngine
  • Template
  • TwigViewEngine
  • View
  • Overview
  • Namespace
  • Class

Class Cache

Cache

Namespace: momentphp
Located at Cache.php
Methods summary
public
# __construct( momentphp\Config $config, Illuminate\Events\Dispatcher $eventsDispatcher = null )

Constructor

Constructor

Parameters

$config
$eventsDispatcher
public mixed
# __call( string $method, array $args )

Proxy calls to manager

Proxy calls to manager

Parameters

$method
$args

Returns

mixed
Properties summary
protected Illuminate\Cache\CacheManager $cacheManager

Cache manager

Cache manager

#
MomentPHP API documentation generated by ApiGen