[ 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
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
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
andhook.setCache
must be implemented in the application