9 Replies Latest reply on Aug 14, 2007 3:51 AM by brucespringfield

    Multiple Objects under a single key in POJOCache?

    brucespringfield

      from the findAll(id) method in POJOCache, I assumed that multiple objects can be stored under a single id. Is this not the case?

      If yes, how do I do it?

      I tried to attach() different objects with the same id, but then when I find() using that id, I get back the object that I last attached with that Id.

      If I use findAll(), I only get back a Map with size 1. And the object I get back with findAll() causes the program to freeze.