Justin, They are cached per-domain in the browser's cache. As a developer, you have to make the assumption that the browser cache is cleared when the browser closes (as this is the default for some browsers that allow 3rd party plugins to store data in their cache like Chrome). It *may* be longer, but it is far from durable.
-Nick On Sun, Feb 10, 2013 at 4:06 PM, Justin Mclean <[email protected]>wrote: > HI, > > > They are downloaded once per domain, per session. If you visit domain > > x.comtwice in a session (as defined by your browser), then it will > > stay in memory. If you close your session (typically by closing your > browser), > > then it will be cleared from memory. > > Not correct. RSL will be cached by the Flash Player between sessions just > like swfs are. Not having signed framework RSL just means that they are > cached per domain not across all domains. > > From here: > http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html > > "Unsigned framework RSLs are cached in the browser cache and can only be > used by applications that have access to the RSL's domain." > > Justin > >
