1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 22:49:16 +00:00

invalidate local cache when view mode/limit is changed

This commit is contained in:
Andrew Dolgov
2008-02-23 06:44:13 +01:00
parent 93c841c4e5
commit 3c2d7945ae
3 changed files with 16 additions and 5 deletions

View File

@@ -1508,6 +1508,10 @@ function cache_expire() {
}
}
function cache_empty() {
article_cache = new Array();
}
function cache_invalidate(id) {
var i = 0