1.do not evict unrelated cache

main
Gary 10 months ago
parent 0dd1dfb6f8
commit c7795a7ba0

@ -46,7 +46,6 @@ public class UserCollectJournalListener {
String journalQueryPageKey = getJournalQueryPageKey(journal);
cacheChannel.evict(Constants.J2CACHE_REGION_JOURNAL_QUERY_PAGE, journalQueryPageKey);
cacheChannel.evict(Constants.J2CACHE_REGION_JOURNAL_ID, journal.getId());
cacheChannel.evict(constants.Constants.J2CACHE_REGION_JOURNAL_SONG_LIST, journal.getId());
cacheChannel.evict(Constants.J2CACHE_REGION_JOURNAL_NO, journal.getJournalNo());
}

Loading…
Cancel
Save