Uses of Class
eos.Eos.Cache
-
Packages that use Eos.Cache Package Description eos eos.events eos.jdbc eos.processor eos.startup eos.util eos.web -
-
Uses of Eos.Cache in eos
Methods in eos that return Eos.Cache Modifier and Type Method Description Eos.CacheEos.Cache.Builder. make() -
Uses of Eos.Cache in eos.events
Methods in eos.events with parameters of type Eos.Cache Modifier and Type Method Description voidStartupEvent. setupComplete(Eos.Cache cache) -
Uses of Eos.Cache in eos.jdbc
Constructors in eos.jdbc with parameters of type Eos.Cache Constructor Description Mediator(Settings settings, Support support, Eos.Cache cache) -
Uses of Eos.Cache in eos.processor
Constructors in eos.processor with parameters of type Eos.Cache Constructor Description AnnotationProcessor(Eos.Cache cache)ConfigurationProcessor(Eos.Cache cache)ElementProcessor(Eos.Cache cache)EndpointProcessor(Eos.Cache cache)InstanceProcessor(Eos.Cache cache)PropertiesProcessor(Eos.Cache cache) -
Uses of Eos.Cache in eos.startup
Methods in eos.startup that return Eos.Cache Modifier and Type Method Description Eos.CacheExchangeStartup. getCache()Methods in eos.startup with parameters of type Eos.Cache Modifier and Type Method Description Startup.BuilderStartup.Builder. with(Eos.Cache cache, Repo repo) -
Uses of Eos.Cache in eos.util
Methods in eos.util with parameters of type Eos.Cache Modifier and Type Method Description static BooleanResourceResponse. isResource(String requestUri, Eos.Cache cache)ResourceResponse.BuilderResourceResponse.Builder. withCache(Eos.Cache cache) -
Uses of Eos.Cache in eos.web
Constructors in eos.web with parameters of type Eos.Cache Constructor Description ElementCompiler(Eos.Cache cache, byte[] bytes, Map<String,HttpSession> sessions, HttpExchange httpExchange)HttpTransmission(Eos.Cache cache)
-