We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I really like your tutorial on Caches and it really helped me in building my application. So thanks a lot.
I added the same here - https://github.com/RADAR-base/RADAR-IoT/tree/data-consumer/data/kotlin/commons/src/main/kotlin/org/radarbase/iot/commons/io/cache but with some additions like a consumer for consuming an expired data. I also added a toMap so as to easily iterate over the data. I am new to Kotlin so very much happy to receive comments and suggestions for further improvements. Thank you!
consumer
toMap
The text was updated successfully, but these errors were encountered:
@yatharthranjan Glad to hear that it helps, will take look when I get some time :)
Sorry, something went wrong.
No branches or pull requests
Hi,
I really like your tutorial on Caches and it really helped me in building my application. So thanks a lot.
I added the same here - https://github.com/RADAR-base/RADAR-IoT/tree/data-consumer/data/kotlin/commons/src/main/kotlin/org/radarbase/iot/commons/io/cache but with some additions like a
consumer
for consuming an expired data. I also added atoMap
so as to easily iterate over the data.I am new to Kotlin so very much happy to receive comments and suggestions for further improvements. Thank you!
The text was updated successfully, but these errors were encountered: