Cache
class Cache
Methods
static
getInstance(string $provider, array $options)
No description
bool
isProviderExists(string $provider)
No description
bool
isProviderUseStandart()
Make sure provider is use cache contract
static
init(string $cacheProviderName = '')
No description
static void
__callStatic(string $method, array $arguments)
Magic function to communicated with cache provider with static class call
void
__call(string $method, array $arguments)
Magic function to communicated with cache provider with static class call
Details
at line 39
static
getInstance(string $provider, array $options)
No description
at line 49
bool
isProviderExists(string $provider)
No description
at line 60
bool
isProviderUseStandart()
Make sure provider is use cache contract
at line 65
static
init(string $cacheProviderName = '')
No description
at line 86
static void
__callStatic(string $method, array $arguments)
Magic function to communicated with cache provider with static class call
at line 99
void
__call(string $method, array $arguments)
Magic function to communicated with cache provider with static class call