mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
JavaDocs
This commit is contained in:
@@ -42,6 +42,10 @@ public class MetadataFieldDAOImpl extends AbstractHibernateDAO<MetadataField> im
|
||||
*/
|
||||
private static Logger log = org.apache.logging.log4j.LogManager.getLogger(MetadataFieldDAOImpl.class);
|
||||
|
||||
/**
|
||||
* Cache for improvement the performance of searching metadata fields
|
||||
* This cache only stores IDs, the actual MetadataField is retrieved from hibernate
|
||||
*/
|
||||
private static Map<String, Integer> cachedFields = new HashMap();
|
||||
|
||||
protected MetadataFieldDAOImpl() {
|
||||
|
Reference in New Issue
Block a user