private FullCache<ArticleCategory> cache = new FullCache<ArticleCategory>() {
// how to get real data when cache is unavailable:
protected List<ArticleCategory> doGetList() {
return target.queryArticleCategories();
發布: 2008-6-26 13:23 | 作者: 不詳 | 來源: 領測軟件測試網編輯整理 | 查看: 42次 | 進入領測軟件測試網論壇討論
private FullCache<ArticleCategory> cache = new FullCache<ArticleCategory>() {
// how to get real data when cache is unavailable:
protected List<ArticleCategory> doGetList() {
return target.queryArticleCategories();