Distribucache Memory Store
A memory (RAM) datastore for the Distribucache auto-repopulating cache.
Usage
Here's what a simple service using Distribucache with memory may look like:
var distribucache = memoryStore = cacheClient = distribucache model = // for example cache Service; cache = cacheClient; Service { cache;};
API
memoryStore()