Cache::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Cache::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Cache::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Cache::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Cache::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Cache

Cache class Cache extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolve

Cache

Cache Configuration Driver Prerequisites Cache Usage Obtaining A Cache Instance Retrieving Items From The Cache Storing Items In The Cache Removing Items From The Cache The Cache Helper Cache Tags Storing Tagged Cache Items Accessing Tagged Cache Items Removing Tagged Cache Items Adding Custom Cache Drivers Writing The Driver Registering The Driver Events Configuration Laravel provides an expressive, unified API for various caching backends. The cache configuration is located at confi

Cache

Illuminate\Cache Namespaces Illuminate\Cache\Console

BusServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

BusServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException