> myLoader.backupCache( cache ); > > but I don't think it's supposed to be used this way ;-) I might just be > being blonde, but the backing up a cache and restoring it isn't > immediately obvious. Since your module might load other dependencies that you don't want to cache as well, that's actually the good way to go ;) Nicolas