Example #1
0
/**
 * Application cache path
 */
function cachePath($global = false)
{
    return Application::getCachePath($global);
}