Skip to content

pgautier404/dpctest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Momento Cache Backend For Drupal

Prerequisites

A Momento API Token is required. You can generate one using the Momento Console.

Installation

Add the module with composer require momentohq/drupal-cache:dev-main and enable in Drupal.

Add the following to your settings.php file, replacing <YOUR_MOMENTO_TOKEN> with the token you generated in the console.

$settings['cache']['default'] = 'cache.backend.momento_cache';
$settings['momento_cache']['auth_token'] = <YOUR_MOMENTO_TOKEN>;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages