Object pool can be used to cache those objects that are expensive to setup and cannot be created for every request or thread - e.g. DB ...
確定! 回上一頁