public class CacheKeyBuilder extends Object
Constructor and Description |
---|
CacheKeyBuilder(byte id) |
Modifier and Type | Method and Description |
---|---|
CacheKeyBuilder |
appendBoolean(boolean input) |
CacheKeyBuilder |
appendByte(byte input) |
CacheKeyBuilder |
appendByteArray(byte[] input) |
CacheKeyBuilder |
appendCacheable(Cacheable input) |
CacheKeyBuilder |
appendCacheables(Collection<? extends Cacheable> input) |
CacheKeyBuilder |
appendCacheablesIgnoringOrder(Collection<? extends Cacheable> input) |
CacheKeyBuilder |
appendDouble(double input) |
CacheKeyBuilder |
appendFloat(float input) |
CacheKeyBuilder |
appendFloatArray(float[] input) |
CacheKeyBuilder |
appendInt(int input) |
CacheKeyBuilder |
appendString(String input) |
CacheKeyBuilder |
appendStrings(Collection<String> input) |
CacheKeyBuilder |
appendStringsIgnoringOrder(Collection<String> input) |
byte[] |
build() |
public CacheKeyBuilder appendByte(byte input)
public CacheKeyBuilder appendByteArray(byte[] input)
public CacheKeyBuilder appendString(@Nullable String input)
public CacheKeyBuilder appendStrings(Collection<String> input)
public CacheKeyBuilder appendStringsIgnoringOrder(Collection<String> input)
public CacheKeyBuilder appendBoolean(boolean input)
public CacheKeyBuilder appendInt(int input)
public CacheKeyBuilder appendFloat(float input)
public CacheKeyBuilder appendDouble(double input)
public CacheKeyBuilder appendFloatArray(float[] input)
public CacheKeyBuilder appendCacheable(@Nullable Cacheable input)
public CacheKeyBuilder appendCacheables(Collection<? extends Cacheable> input)
public CacheKeyBuilder appendCacheablesIgnoringOrder(Collection<? extends Cacheable> input)
public byte[] build()
Copyright © 2011–2017. All rights reserved.