sbool fullPhraseCache_contains(FullPhraseCache cache, S s) { if (cache == null || s == null) false; LS tok = javaTokNPunctuation_cached(s); ret fullPhraseCache_longestPhraseLength(cache, tok) == l(tok); }