As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
What does the tmp_ prefix for entityId's created by DataStores that are in Cache mode signify? Those created by .Sync and .Network don't have this prefix. The tmp_ ones aren't going to change out from under me, are they?
Pasting Chris's reply here (as the reply created another ticket):
"Yeah, I've decided to use .Sync when
saving, and .Cache with specific read policies when fetching, depending
on the circumstance. The default .Cache behavior almost always doesn't
fit my need, and I don't really want to manage a counter to determine
when the calls are complete. Its nice for refreshing table content
because you can reloadData after each pass, but when doing fetches for
other reasons, its not so useful.
I also created another pattern called
CacheElseNetwork that basically stops once it finds an object locally,
preventing the second callback. This is for cases where the data in the
cache doesn't need to be fresh, but it would be nice if it was there.
As the name suggests, it would be a temporary entity. I would like to understand your use case in a more detailed way and understand what issue you are facing?
Thanks, Pranav Kinvey Support
P
Pranav J
said
about 7 years ago
Chris,
I saw that you deleted your comment. Just wondering if you have figured out a solution?
Thanks,
Pranav
Kinvey Support
P
Pranav J
said
about 7 years ago
Answer
Pasting Chris's reply here (as the reply created another ticket):
"Yeah, I've decided to use .Sync when
saving, and .Cache with specific read policies when fetching, depending
on the circumstance. The default .Cache behavior almost always doesn't
fit my need, and I don't really want to manage a counter to determine
when the calls are complete. Its nice for refreshing table content
because you can reloadData after each pass, but when doing fetches for
other reasons, its not so useful.
I also created another pattern called
CacheElseNetwork that basically stops once it finds an object locally,
preventing the second callback. This is for cases where the data in the
cache doesn't need to be fresh, but it would be nice if it was there.
Chris
What does the tmp_ prefix for entityId's created by DataStores that are in Cache mode signify? Those created by .Sync and .Network don't have this prefix. The tmp_ ones aren't going to change out from under me, are they?
Thanks,
-Chris
Pasting Chris's reply here (as the reply created another ticket):
"Yeah, I've decided to use .Sync when saving, and .Cache with specific read policies when fetching, depending on the circumstance. The default .Cache behavior almost always doesn't fit my need, and I don't really want to manage a counter to determine when the calls are complete. Its nice for refreshing table content because you can reloadData after each pass, but when doing fetches for other reasons, its not so useful.
I also created another pattern called CacheElseNetwork that basically stops once it finds an object locally, preventing the second callback. This is for cases where the data in the cache doesn't need to be fresh, but it would be nice if it was there.
Thanks,
-Chris"
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstPranav J
As the name suggests, it would be a temporary entity. I would like to understand your use case in a more detailed way and understand what issue you are facing?
Thanks,
Pranav
Kinvey Support
Pranav J
Chris,
I saw that you deleted your comment. Just wondering if you have figured out a solution?
Thanks,
Pranav
Kinvey Support
Pranav J
Pasting Chris's reply here (as the reply created another ticket):
"Yeah, I've decided to use .Sync when saving, and .Cache with specific read policies when fetching, depending on the circumstance. The default .Cache behavior almost always doesn't fit my need, and I don't really want to manage a counter to determine when the calls are complete. Its nice for refreshing table content because you can reloadData after each pass, but when doing fetches for other reasons, its not so useful.
I also created another pattern called CacheElseNetwork that basically stops once it finds an object locally, preventing the second callback. This is for cases where the data in the cache doesn't need to be fresh, but it would be nice if it was there.
Thanks,
-Chris"
-
Why do I get "Undefined symbols" errors when building with KinveyKit?
-
How do I register push tokens?
-
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
-
How can I assign additional properties to users?
-
Does KinveyKit support 64-bit ARM devices, such as iPhone 5s?
-
Authorization Token Invalid or Expired
-
BOOL and how it is stored in the database.
-
Offline saving throwing errors
-
Custom endpoint not able to form request object
-
Security through business logic
See all 437 topics