How does store.unloadAll works?

Hi,

i tried to clean up the store for a specific model. It looks like this:

store.unloadAll( 'test' );
...
something.get( 'items' ); -- ( items (hasMany) of type test )

This does not work because of unloadAll. If I delete unloadAll, everything works.