- 
  Notifications
 You must be signed in to change notification settings 
- Fork 949
-
My intention is to cache the result of searchPlaceIndexForPosition . For that, I used Storage as DataSourceConfiguration. That's because the developer guide states that :
Storage specifies that the result can be cached or stored in a database.
Yet, some areas are still obscure to me:
- Does AWS store/cache the data or it's left to me to do so?
- If AWS stores it:
- how long does AWS retain the data?
- What is the cache expiration?
 
I've had hard time finding docs that answer those questions. Perhaps I'm asking the wrong ones. Please point me to the right repository/channel if this question is out of scope here.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
this snippet is suggesting the caching/storing is left to the sdk/API user. I'll move on with that. If anyone thinks otherwise, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions
 
 0 replies
 
 
 
 
 Sign up for free
 to join this conversation on GitHub.
 Already have an account?
 Sign in to comment