Package com.adobe.xmp.schema.service
Interface SchemaCache
public interface SchemaCache
Interface for a schema description cache.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves anSchemaDescriptionfrom the cache.voidput(String namespaceURI, SchemaDescription schema) Adds a schema description to the cache.
-
Method Details
-
get
Retrieves anSchemaDescriptionfrom the cache.- Parameters:
namespaceURI- the namespace to lookup- Returns:
- Returns the schema description or
null, if it has not been cached.
-
put
Adds a schema description to the cache.- Parameters:
schema- anSchemaDescription
-