Class QueryResultsMapCache
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.checks.QueryResultsMapCache
-
- All Implemented Interfaces:
AutoCloseable
public class QueryResultsMapCache extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description QueryResultsMapCache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static HashMap<String,Set<String>>get()static voidupdate(HashMap<String,Set<String>> queryResultsMap)
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
-