David Rosenstrauch wrote:
So given the TreeCache's architecture, there doesn't seem to
be any way
to use the existing CacheLoaders to easily do what I want. Am I wrong?
Am I misunderstanding anything about the architecture here? And, most
importantly, is there any non-complex way for me to use JBoss Cache to
serve as record-level front-end cache to a database like I'm trying to do?
Or, to put it more concisely, does this mean that unless your data is
structured in key/map format the CacheLoaders are pretty much useless?
(Since key/map is the format that the data gets stored in.)
DR