@Override public long getRankingListCount(final String listType) { return cacheService.getCacheListSize(Constans.RANKING_LIST_CACHE_KEY + listType); }
@Override public long getColumnContentCount(final String columnCode) { return cacheService.getCacheListSize(Constans.COLUMN_CONTENT_CACHE_KEY + columnCode); }