示例#1
0
 @Override
 public long getRankingListCount(final String listType) {
   return cacheService.getCacheListSize(Constans.RANKING_LIST_CACHE_KEY + listType);
 }
示例#2
0
 @Override
 public long getColumnContentCount(final String columnCode) {
   return cacheService.getCacheListSize(Constans.COLUMN_CONTENT_CACHE_KEY + columnCode);
 }