From: Tilman Sauerbeck Date: Sun, 11 Jun 2017 11:59:21 +0000 (+0200) Subject: Tweak use of in memory cache. X-Git-Url: http://git.code-monkey.de/?p=plugin.video.netflix.git;a=commitdiff_plain;h=885d0084883d67d0c9a58669baebb25f097b47dc;hp=885d0084883d67d0c9a58669baebb25f097b47dc Tweak use of in memory cache. Previously we used to load the cache once to check if the requested item was in there, and then another time to actually load it. Combine both functions into one for less overhead. Signed-off-by: s.golasch ---