CacheServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

CacheServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

CacheServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

CacheServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

CacheServiceProvider

CacheServiceProvider class CacheServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array provi

CacheMissed

CacheMissed class CacheMissed (View source) Properties string $key The key that was missed. array $tags The tags that were assigned to the key.

CacheManager::__construct()

void __construct(Application $app) Create a new Cache manager instance. Parameters Application $app Return Value void

CacheManager::store()

mixed store(string|null $name = null) Get a cache store instance by name. Parameters string|null $name Return Value mixed

CacheMissed::__construct()

void __construct(string $key, array $tags = array()) Create a new event instance. Parameters string $key array $tags Return Value void

CacheManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed