<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 10/30/17 5:05 PM, Cantor, Scott
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:907E57E4-BD18-4EDB-A68F-CCD147FDD52E@osu.edu">
      <pre wrap="">On 10/30/17, 5:00 PM, "dev on behalf of Brent Putman" <a class="moz-txt-link-rfc2396E" href="mailto:dev-bounces@shibboleth.netonbehalfofputmanb@georgetown.edu"><dev-bounces@shibboleth.net on behalf of putmanb@georgetown.edu></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">I didn't really dump it, nor explicitly document it.  You can theoretically preload the dynamic providers by simply dropping XML
into the persistent cache (i.e. drop files into directory if using the disk-based persistent cache).  On a (re)load, anything visible
to the cache manager will get loaded, just like entries that were written to the cache after being dynamically resolved.
</pre>
      </blockquote>
      <pre wrap="">
That's more a side effect I would say, the feature as it was originally thought of was to have some explicitly supported way to tell the system to prefetch and cache some set of entities, and I think we decided it wasn't needed because we'd eventually have plenty of ways of triggering that.</pre>
    </blockquote>
    <br>
    Oh, right.  I remember now.  Yes, my thought was to keep it simple
    and leave that out of the provider itself.  You could easily have an
    additional bean that's injected with the provider and a list of
    entityIDs and the bean logic just calls resolve() on each to load up
    the in-memory cache. Only real complexity at all is you'd probably
    want to do it in a background thread, just so as not to delay system
    startup.  Otherwise trivially easy.<br>
    <br>
    <blockquote type="cite"
      cite="mid:907E57E4-BD18-4EDB-A68F-CCD147FDD52E@osu.edu">
      <pre wrap="">

We're gonna have *some* kind of simple admin endpoint for querying metadata so a script calling that will accomplish it.
</pre>
    </blockquote>
    <br>
    Yeah, same idea.  That would work too.<br>
  </body>
</html>