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