Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TypeCache<A> |
get()
Builds a type cache.
|
TypeCache.Builder<A> |
noCache()
No cache will be used.
|
TypeCache.Builder<A> |
threadsafe(boolean threadsafe)
Cache will be thread-safe.
|
TypeCache.Builder<A> |
weak(boolean weak)
Cache keys will be weak.
|
public TypeCache.Builder<A> noCache()
public TypeCache.Builder<A> weak(boolean weak)
public TypeCache.Builder<A> threadsafe(boolean threadsafe)
Copyright © 2003-present Jodd Team