Cache
class Cache (View source)
Methods
static
configure(array $config)
Cache configuration method
static CacheAdapterInterface
getInstance()
Get the cache instance
static CacheAdapterInterface
store(string $store)
Get the cache instance
static void
addAdapters(array $adapters)
Add the custom adapters
static mixed
__callStatic(string $name, array $arguments)
__call
Details
static
configure(array $config)
Cache configuration method
static CacheAdapterInterface
getInstance()
Get the cache instance
static CacheAdapterInterface
store(string $store)
Get the cache instance
static void
addAdapters(array $adapters)
Add the custom adapters
static mixed
__callStatic(string $name, array $arguments)
__call