parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

How to use cachePolicy and cacheMaxAge in parse php? #409

Closed hamzabinamin closed 5 years ago

hamzabinamin commented 6 years ago

Issue Description

I have been using Parse SDK in my android and iOS application. In the mobile SDK's there was an option to include cache policy while doing a query which helped us to store some of the results in a cache to speed up searching. However now that we're building a website using the PHP SDK, I can't seem to find a similar function that lets us do that.

acinader commented 5 years ago

There is no query cache built in. If you need caching, you'll need to provide it in a way that is appropriate for your app and how it is deployed. Sorry.