-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session Parameter - Caching #38
Comments
+1 |
These parameters are available in OpenCmis, AFAIK they are not part of the CMIS specification. The library does not provide any caching mechanism. So the parameter would be useless. I would be nice to have such functionalities, but at the moment it's out of scope About HTTP compression, it's something that superagent should provide if you run in node.js, otherwise it's something controlled by the browser |
It would be great to have such mechanism, we are filtering every property already. We've checked that with superagent but it is still very slow. Thank you a lot for your answer and guidance. Cheers
|
I was able to achieve a great caching solution using this https://www.npmjs.com/package/apicache |
Hello there!
How can one of the Session Parameters be set? We are interested in the CACHE_TTL_OBJECTS property and COMPRESSION.
Just passing it along with the user and password seems not to do the trick.
Any hint would help us alot, thanks in advance!
The text was updated successfully, but these errors were encountered: