Searched defs:updateIfAlreadyInCache (Results 1 – 4 of 4) sorted by relevance
57 void updateIfAlreadyInCache(int taskId, V data); in updateIfAlreadyInCache() method
88 public synchronized void updateIfAlreadyInCache(int taskId, V data) { in updateIfAlreadyInCache() method in TaskKeyLruCache
133 public synchronized void updateIfAlreadyInCache(int taskId, V data) { in updateIfAlreadyInCache() method in TaskKeyByLastActiveTimeCache
233 public void updateIfAlreadyInCache() { in updateIfAlreadyInCache() method in TaskKeyByLastActiveTimeCacheTest