Type:
Module

Caches that implement LocalCache will be backed by an in-memory cache for the duration of a block. Repeated calls to the cache for the same key will hit the in-memory cache for faster access.

with_local_cache

with_local_cache() Instance Public methods Use a local cache for the duration

2015-06-20 00:00:00
middleware

middleware() Instance Public methods Middleware class can be inserted as a

2015-06-20 00:00:00