Skip to content

Kirby 3.5.7.1

new MemCached()

Sets all parameters which are needed to connect to Memcached

new MemCached(array $options = [ ])

Parameters

Name Type Default Description
$options array [ ] 'host' (default: localhost)
'port' (default: 11211)
'prefix' (default: null)

Parent class

Kirby\Cache\MemCached