Uses of Interface
org.opensaml.core.xml.persist.ConditionalLoadXMLObjectLoadSaveManager
Packages that use ConditionalLoadXMLObjectLoadSaveManager
-
Uses of ConditionalLoadXMLObjectLoadSaveManager in org.opensaml.core.xml.persist
Classes in org.opensaml.core.xml.persist that implement ConditionalLoadXMLObjectLoadSaveManagerModifier and TypeClassDescriptionclassAbstract base class forXMLObjectLoadSaveManagerimplementations which track the modify times of requested data such thatXMLObjectLoadSaveManager.load(String)returns data only if the data associated with the key has been modified since the last request.classFilesystemLoadSaveManager<T extends XMLObject>Implementation ofXMLObjectLoadSaveManagerwhich uses a local filesystem to load and store serialized XML.classMapLoadSaveManager<T extends XMLObject>Simple implementation ofXMLObjectLoadSaveManagerwhich uses an in-memory map.