Test cache deletes in the right order TODO: This needs to be implemented to test that stuff gets deleted in priority order
0001 % Test cache deletes in the right order 0002 % TODO: This needs to be implemented to test 0003 % that stuff gets deleted in priority order 0004 function cache_limit_test 0005 0006 % eidors_cache clear 0007 0008 obj.type= 'data'; 0009 for i=1:10 0010 obj.i=i; 0011 eidors_obj('set-cache',obj, 'cache_limit_test', i*ones(100)); 0012 pause(.01); 0013 end 0014 0015 disp('expect no output'); 0016 eidors_cache show_objs 0017