Class Memcached
- Laravel\Cache\Drivers\Driver
- Laravel\Cache\Drivers\Sectionable
- Laravel\Cache\Drivers\Memcached
public
|
#
__construct(
Create a new Memcached cache driver instance. |
public
boolean
|
|
protected
mixed
|
|
public
|
|
public
|
|
public
|
|
public
integer|boolean
|
|
protected
integer
|
|
protected
string
|
|
protected
string
|
#
section_item_key( string $section, string $key )
Get a section item key for a given section and key. |
expiration(),
get(),
remember(),
sear()
|
public
|
$memcache |
|
#
The Memcache instance. |
protected
string
|
$key |
|
#
The cache key from the cache configuration file. |
$delimiter,
$implicit
|