cache

Written by

in

I really love implementing new stuff. I love doing work that will help resolve issues. I love making stuff work. I love making the environment better. That’s who I am and I think that’s what makes me a great developer.

Over the past few days, I have implemented a bullet proof cache solution. Working with the utilities provided by BIM, it’s not easy to access 3rd party urls. Plus, it’s slow and makes the requests error prone. That’s why I am working on creating a more bullet proof solution of caching. Caching will provide a way to not worry about occasional failures, but exceptional speedup. However, if we use caching, and there is a failure, then the module is down for the cache period. That’s why I think it’s really important for the cache to have fail over functionality. And that’s what I implemented. I am excited about announcing it to the group.