Additional Cache Backends for Redis and MongoDB

Maintainers

👁 andrelohmann

Package info

github.com/andrelohmann/silverstripe-cache-backends

pkg:composer/andrelohmann-silverstripe/cache-backends

Statistics

Installs: 9 398

Dependents: 0

Suggesters: 1

Stars: 6

Open Issues: 2

1.0.0 2015-12-04 15:23 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause e7b2d47c87058d12ba1cddd8260cb883ba86136e

frameworksilverstripe

This package is auto-updated.

Last update: 2026-05-29 01:09:17 UTC


README

Maintainers

  • Andre Lohmann (Nickname: andrelohmann)

Requirements

Silverstripe 3.2.*

Introduction

This repository adds some additional Cache Backends (Redis, MongoDB) to the silverstripe core

Installation

put the follwoing post install and post updates scripts into your composer.json


 "scripts": {
 "post-install-cmd": [
 "cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
 ],
 "post-update-cmd": [
 "cp vendor/andrelohmann-silverstripe/cache-backends/* -r framework/"
 ]
 },