static bool cereproc_isCached(S voice, S text) { text = trim(text); if (empty(text)) true; text = text.replaceAll("\\s+", " "); File file = prepareCacheProgramFile("#1004759", voice + "/" + urlencode(text) + ".mp3"); ret file.exists(); }