public interface ProjectCache
PersistenceUnitProperties.PROJECT_CACHE
Modifier and Type | Method and Description |
---|---|
Project |
retrieveProject(java.util.Map properties,
java.lang.ClassLoader loader,
SessionLog log)
PUBLIC: This method is responsible for returning the cached metadata as represented
by a Project instance.
|
void |
storeProject(Project project,
java.util.Map properties,
SessionLog log)
PUBLIC: This method is responsible for caching a project instance representing the
application metadata.
|
Project retrieveProject(java.util.Map properties, java.lang.ClassLoader loader, SessionLog log)
void storeProject(Project project, java.util.Map properties, SessionLog log)