Moving vclass group caching out of BrowsController and into its own object.
This commit is contained in:
parent
d30c4bbf80
commit
d2885cf94e
1 changed files with 6 additions and 2 deletions
|
@ -172,7 +172,11 @@
|
|||
org.apache.commons.fileupload.servlet.FileCleanerCleanup
|
||||
</listener-class>
|
||||
</listener>
|
||||
|
||||
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache</listener-class>
|
||||
</listener>
|
||||
|
||||
<!--
|
||||
<listener>
|
||||
<listener-class>
|
||||
|
@ -189,7 +193,7 @@
|
|||
</listener>
|
||||
-->
|
||||
|
||||
<!-- vivo specific -->
|
||||
<!-- vivo specific -->
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.VivoMergedListFilteringSetup</listener-class>
|
||||
</listener>
|
||||
|
|
Loading…
Add table
Reference in a new issue