mk Ast Cache
fun <K : KAst, KInternedObject, V : Any> mkAstCache(operationMode: KContext.OperationMode, astManagementMode: KContext.AstManagementMode): AstCache<K, V>
Select the proper AstCache implementation according to required operationMode and astManagementMode.