Package eos
Class Eos.Cache.Builder
- java.lang.Object
-
- eos.Eos.Cache.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eos.Cachemake()Eos.Cache.BuilderwithInterceptors(Map<String,Interceptor> interceptors)Eos.Cache.BuilderwithPointCuts(Map<String,Pointcut> pointcuts)Eos.Cache.BuilderwithRepo(Repo repo)Eos.Cache.BuilderwithSettings(Settings settings)Eos.Cache.BuilderwithUxProcessor(UxProcessor uxProcessor)
-
-
-
Method Detail
-
withSettings
public Eos.Cache.Builder withSettings(Settings settings)
-
withPointCuts
public Eos.Cache.Builder withPointCuts(Map<String,Pointcut> pointcuts)
-
withInterceptors
public Eos.Cache.Builder withInterceptors(Map<String,Interceptor> interceptors)
-
withUxProcessor
public Eos.Cache.Builder withUxProcessor(UxProcessor uxProcessor)
-
withRepo
public Eos.Cache.Builder withRepo(Repo repo)
-
make
public Eos.Cache make()
-
-