You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to masapi
Hi
I am trying to use the useCache property of the MassLoader
cml = new CompositeMassLoader();
cml.massLoader.useCache = true;
cml.addFile(_source,LoadableFileType.BINARY);
But it doesn't seem to load the file from the cache? is this really
load the file from the browser cache, or it just used i I make a
double download using the same CML object?