Uses of Interface
fr.gouv.vitam.common.cache.VitamCache
-
Packages that use VitamCache Package Description fr.gouv.vitam.common.cache fr.gouv.vitam.metadata.core.graph -
-
Uses of VitamCache in fr.gouv.vitam.common.cache
Classes in fr.gouv.vitam.common.cache that implement VitamCache Modifier and Type Class Description class
AbstractVitamCache<T,V>
Abstract vitam cache -
Uses of VitamCache in fr.gouv.vitam.metadata.core.graph
Classes in fr.gouv.vitam.metadata.core.graph that implement VitamCache Modifier and Type Class Description class
GraphComputeCache
This is a default implementation of VitamCache You can given any other implementation using for example VitamCollection as parameter in the constructor You can also implement with QueryDslMethods in fr.gouv.vitam.metadata.core.graph that return VitamCache Modifier and Type Method Description static VitamCache<java.lang.String,org.bson.Document>
GraphComputeCache. getInstance()
-