Toggle navigation
Home
java.nio.ByteBuffer to org.rapidoid.http.impl.CachedResp
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'rapidoid'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Other
new RouteCacheKey()
to
cacheKey
Cascading Type Change (Similar)
ByteBuffer
to
CachedResp
Rename Variable
cachedResp
to
resp
cachedResp
to
resp
Add or Remove Method invocation
Cache.of(new Mapper<RouteCacheKey,ByteBuffer>(){ @Override public ByteBuffer map( RouteCacheKey key) throws Exception { return null; } } ).ttl(cacheConfig.ttl)
to
Cache.of(HTTPCacheKey.class,CachedResp.class).ttl(options.cacheTTL())