twee-cache-extension

Cache Extension for Twee.io Framework - MVC Framework for Node.js based on Express.js

Usage no npm install needed!

<script type="module">
  import tweeCacheExtension from 'https://cdn.skypack.dev/twee-cache-extension';
</script>

README

twee-cache-extension

Twee.io Logo

Gitter npm npm

Cache extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js Supports Redis, Memcache, Memory, Files storages

To install it use this command:

npm install twee-cache-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-cache-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "Redis Cache": {
            "module": "twee-cache-extension/redis"
        }
    }
};