cubos / sdkgen

[ DEPRECATED, SEE https://github.com/sdkgen/sdkgen ] Tool that aims on solving client-server communication and data layout sharing between server, web, android and ios using a description language also called sdkgen.
MIT License
45 stars 9 forks source link

Implemented the possibility to cache functions #33

Closed davidcpires closed 6 years ago

davidcpires commented 6 years ago

With this PR we can set a cache key, version and expirationDate to any function we would like to cache it. The methods hook.getCache and hook.setCache must be implemented in the application