caching via XMLObject ?

Cantor, Scott cantor.2 at osu.edu
Thu Aug 15 13:28:47 EDT 2013


On 8/15/13 1:05 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:

>Probably for Brent,
>
>When you have time, could you point me to docs or anything regarding
>the notion of caching via XMLObject ?
>
>I have heard this mentioned a couple of times recently, just curious
>about the details.

We're trying to work out a way to associate data that's expensive to
produce from the underlying metadata objects with the objects themselves
because the way the metadata has typically been exposed has been through
returning the actual EntityDescriptor XMLObject, for better or worse.

The main use case is caching the credentials derived from the KeyInfo
elements in the entity's role's KeyDescriptors.

Rather than specially deal with this, the idea is to generalize the
ability to associate Java objects with XMLObjects.

-- Scott




More information about the dev mailing list