Interface PlanCacheIndices
-
- All Known Implementing Classes:
PlanCacheIndicesImpl
public interface PlanCacheIndices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull PlanBranchCacheIndex
getPlanBranchCacheIndex()
@NotNull PlanIdCacheIndex
getPlanIdIndexer()
@NotNull PlanProjectIndex
getPlanProjectIndex()
@NotNull PlanRepositoryIndex
getPlanRepositoryIndex()
-
-
-
Method Detail
-
getPlanBranchCacheIndex
@NotNull @NotNull PlanBranchCacheIndex getPlanBranchCacheIndex()
-
getPlanIdIndexer
@NotNull @NotNull PlanIdCacheIndex getPlanIdIndexer()
-
getPlanRepositoryIndex
@NotNull @NotNull PlanRepositoryIndex getPlanRepositoryIndex()
-
getPlanProjectIndex
@NotNull @NotNull PlanProjectIndex getPlanProjectIndex()
-
-