rbmatlab 0.10.01
general/filecaching/filecache_path.m
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 
 All Classes Namespaces Files Functions Variables