azenned/smc

Blueflame cache library using shared memory (SHM)

Maintainers

Details

github.com/azenned/smc

Source

Issues

Installs: 14 642

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

1.3.0 2021-12-14 12:55 UTC

This package is auto-updated.

Last update: 2025-06-14 20:46:15 UTC


README

You will need to add scripts on your project composer.json and configurations:

"extra": {
    "smc-enable-apcu": true,
    "smc-enable-services": true
},
"scripts": {
    "pre-autoload-dump": "Blueflame\\Composer\\PluginConfiguration::onPreAutoloadDump"
}
  • smc-enable-apcu : add apcu compatiblity layer
  • smc-enable-services : enable Drupal SMC service and override cache backend