cacheConnection
property
A connection used for caching.
DataInterface
A connection that can be used for
"Data Interface" requests. Several behaviors
look for this property. By cacheConnection is null.
Use
var cacheConnection = connect([
require("can-connect/data/memory-cache/memory-cache")
],{});
connect([...behavior names...],{
cacheConnection: cacheConnection
});