示例#1
0
 public DetailBean getCachedPost(String postId) {
   return mCache.getPostByPostId(postId);
 }