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 fr.gouv.vitam.metadata.core.graph.api -
-
Uses of VitamCache in fr.gouv.vitam.common.cache
Classes in fr.gouv.vitam.common.cache that implement VitamCache Modifier and Type Class Description classAbstractVitamCache<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 classGraphComputeCacheThis 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 QueryDslclassGraphComputeServiceImplThis class compute graph for unit and object group Should only be called from GraphFactoryMethods 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()Methods in fr.gouv.vitam.metadata.core.graph with parameters of type VitamCache Modifier and Type Method Description static GraphComputeServiceGraphComputeServiceImpl. initialize(VitamRepositoryProvider vitamRepositoryProvider, MetaDataImpl metaData, VitamCache<java.lang.String,org.bson.Document> cache, java.util.List<java.lang.Integer> tenants, ElasticsearchMetadataIndexManager indexManager) -
Uses of VitamCache in fr.gouv.vitam.metadata.core.graph.api
Subinterfaces of VitamCache in fr.gouv.vitam.metadata.core.graph.api Modifier and Type Interface Description interfaceGraphComputeServiceThis class get units where calculated data are modified Zip generated files and store the zipped file in the offer.
-