DIR_FILES_CACHE is gone :/

Permalink 1 user found helpful
Hi,

is there a reason why DIR_FILES_CACHE is gone in 5.7 ? should I add it back ?

REL_DIR_FILES_CACHE is still there though ?

 
andrew replied on at Permalink Best Answer Reply
andrew
You can get the current cache path this way:

print Config::get('concrete.cache.directory');
goutnet replied on at Permalink Reply
Nevermind that, I see it's been transfered to the config:

\Config::get( 'concrete.cache.directory')
goutnet replied on at Permalink Reply
Oups, did not see your answer :/