I would like to create a cache table that I can populate with a set of values, and then reference them throughout the day. If the set of values that I initially store is eclipsed then I should be able to shift the cache table to accommodate a new range of data. The cache would still be the same size, but rather drop further away values and store new ones as they are calculated. I think I have a pretty good idea of how to do this conceptually, but I have no idea of how to implement this.
thank you in advance for your help!
Agneesh
Start Free Trial