These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

API Cache Types

Author
Jacob Reuben
Aliastra
Gallente Federation
#1 - 2012-02-15 08:58:03 UTC
Hi all,

I was lead to believe by wiki.eve-id.net (Cache List & Cache Styles)* that some API calls did not return data after first call, eg:

  • Asset List
  • Contact List
  • Kill Log
  • Mail Messages
  • Market Orders


However I tested this and found that for example AssetList & ContactList seem to provide the cached data every call.

Are there any API calls that do not return data after their first call (and before their cache timer runs out)?

Thanks!
Jacob


* "Long Cache Style"
"If you request the data from one of these pages, you only get one shot at it until the cache timer expires."
Desmont McCallock
#2 - 2012-02-15 09:03:44 UTC
All calls return persistently the cached data, except the ContractBids call, which creates a serious defect on apps that use it.
Jacob Reuben
Aliastra
Gallente Federation
#3 - 2012-02-17 07:04:58 UTC
Thanks Desmont :)