Git Product home page Git Product logo

muracache's Introduction

#MuraCache Plugin This is an alpha Mura CMS plugin that enables Mura to use native named caches in both Adobe CF 9.0.1+ and Lucee.

Requires Mura 5.4.4602+.

##Instance Name It may be that you have multiple instances of Mura on a server which share SiteIDs - for example, you may have more than one multi-lingual website, each of which has SiteIDs of "en" and "de".

Normally, caches for these sites would clash as they would have the same name; however, if you go into the plugin settings you can optionally assign a name to each instance, allowing each site's cache to be properly segregated.

##Lucee Only In Lucee you will need to explicitly create two caches. One named data and another named output before installing the plugin.

Or, if you want each site to have it's own data and output cache you can create caches following the syntax for each site in your Mura instance:

{SiteID}-data
{SiteID}-output

So for the default site, the cache names would look like this:

default-data
default-output

If you have specified an instance name in the plugin options, the cache name syntax would be:

{InstanceName}-{SiteID}-data
{InstanceName}-{SiteID}-output

So for the default site on an instance named "myInstance", the cache names would look like this:

myInstance-default-data
myInstance-default-output

muracache's People

Contributors

drapier avatar mattlevine avatar sebduggan avatar stevewithington avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.