public class ServerHttpSecurity.RequestCacheSpec
extends java.lang.Object
ServerHttpSecurity.requestCache()
Modifier and Type | Method and Description |
---|---|
ServerHttpSecurity |
and()
Allows method chaining to continue configuring the
ServerHttpSecurity |
protected void |
configure(ServerHttpSecurity http) |
ServerHttpSecurity |
disable()
Disables the
ServerHttpSecurity.RequestCacheSpec |
ServerHttpSecurity.RequestCacheSpec |
requestCache(ServerRequestCache requestCache)
Configures the cache used
|
public ServerHttpSecurity.RequestCacheSpec requestCache(ServerRequestCache requestCache)
requestCache
- the request cacheServerHttpSecurity.RequestCacheSpec
to configureprotected void configure(ServerHttpSecurity http)
public ServerHttpSecurity and()
ServerHttpSecurity
ServerHttpSecurity
to continue configuringpublic ServerHttpSecurity disable()
ServerHttpSecurity.RequestCacheSpec
ServerHttpSecurity
to continue configuring