please include function ai_parseTriple. static Map> ai_parseTriple_cache = synchronizedMRUCache(1000); static T3 ai_parseTriple_setCacheSize(int n) { synchronized(ai_parseTriple_cache) { ai_parseTriple_cache = synchronizedMRUCache(n); } }