I would like to use Infinispan following a tree like structure for the cache. For example, using the following data structure for ticker symbols:

  1. Exchange (NY stock exchange, AMEX...)
  2. Date
  3. Ticker

I am not sure how to implement this as the only examples that I have found are pretty basic such as:

cache.put("key", "value");

I tried to look up the internet and stackoverflow without any luck... I know that I could flatten the structure in the example above but for illustrative purposes, I would like to know how Infinispan works (and the tutorials don't cover it, which is why I must not be thinking about it correctly since Infinispan is pretty robust).

Any help would be greatly appreciated.

Thanks, Julien

link|improve this question

53% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Did you check the tree module in Infinispan?

link|improve this answer
No, thanks for the info. That's what I was hoping to get: more info... – user899757 Nov 11 '11 at 15:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.