简体   繁体   中英

caching support in Restler?


I wanted to to implement a restful web service and came across Restler 2.0.

What i wanted to know is whether Restler provides any caching support(server side/client side) . I understand that the main purpose of Restler is to allow you a very easy way to expose your resources in a Rest API format. However, wanted to know whether caching support is provided as of now or will be added into the framework anytime soon

Thanks


Update : Restler 3 is released with Caching Support and available here !


Restler 2 does not have any caching support, but Restler 3 will be supporting client side caching and also some mechanisms to enable server side caching.

You can follow the roadmap here , and suggest the features here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM