Multiple canvases/games -> shared cache

Hi!
I am using Phaser CE v2.10.3.
Is it possible to create two canvases with shared cache?
I need to use assets in both games but I would like to use only one loader.

(I would like someting like this http://labs.phaser.io/edit.html?src=src/game%20config/multiple%20game%20instances.js

but with shared assets cache (only one loader))

Thank you!

Hi,
Have you tryed some code on codepen.io or jsfiddle.net ?