MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / clearPriceCache

Method clearPriceCache

service/price.py:196–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 self.priceWorkerThread.trigger(requests, cb, fetchTimeout, validityOverride)
195
196 def clearPriceCache(self):
197 pyfalog.debug("Clearing Prices")
198 db.clearPrices()
199
200 def findCheaperReplacements(self, items, callback, fetchTimeout=10):
201 sMkt = Market.getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected