00001 function cachedir = filecache_path
00002 %function cachedir = filecache_path
00003 %
00004 % function returning the directory used for storing function-cache
00005 % calls
00006
00007 % Bernard Haasdonk 22.5.2007
00008
00009 cachedir = fullfile(rbmatlabtemp,'cache');
00010