Clearing cache.
This commit is contained in:
@@ -70,6 +70,9 @@ public class LeagueService {
|
|||||||
int currentDate = DateUtils.getCurrentDate();
|
int currentDate = DateUtils.getCurrentDate();
|
||||||
if (currentDate != _activeLeaguesLoadedDate) {
|
if (currentDate != _activeLeaguesLoadedDate) {
|
||||||
_cachedLeagueMatches.clearCache();
|
_cachedLeagueMatches.clearCache();
|
||||||
|
_cachedLeaguePoints.clearCache();
|
||||||
|
_cachedSerieMatches.clearCache();
|
||||||
|
_cachedSeriePoints.clearCache();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
_activeLeagues = _leagueDao.loadActiveLeagues(currentDate);
|
_activeLeagues = _leagueDao.loadActiveLeagues(currentDate);
|
||||||
|
|||||||
Reference in New Issue
Block a user