|
|
|
@ -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());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|