|
|
@ -78,6 +78,8 @@ public abstract class AbstractParameterBuilder<T extends AbstractParameterBuilde |
|
|
|
* The cache used when parsing fields such as head. |
|
|
|
* The cache used when parsing fields such as head. |
|
|
|
* |
|
|
|
* |
|
|
|
* default is THREAD_LOCAL. |
|
|
|
* default is THREAD_LOCAL. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @since 3.3.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public T filedCacheLocation(CacheLocationEnum filedCacheLocation) { |
|
|
|
public T filedCacheLocation(CacheLocationEnum filedCacheLocation) { |
|
|
|
parameter().setFiledCacheLocation(filedCacheLocation); |
|
|
|
parameter().setFiledCacheLocation(filedCacheLocation); |
|
|
|