class MemcachedConnector (View source)
Memcached | connect(array $servers, string|null $connectionId = null, array $options = [], array $credentials = []) Create a new Memcached connection. | |
Memcached | getMemcached(string|null $connectionId, array $credentials, array $options) Get a new Memcached instance. | |
Memcached | createMemcachedInstance(string|null $connectionId) Create the Memcached instance. | |
void | setCredentials(Memcached $memcached, array $credentials) Set the SASL credentials on the Memcached connection. |
Create a new Memcached connection.
Get a new Memcached instance.
Create the Memcached instance.
Set the SASL credentials on the Memcached connection.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Cache/MemcachedConnector.html