Interface CacheKey.Key6<K1,K2,K3,K4,K5,K6>

All Superinterfaces:
CacheKey
Enclosing interface:
CacheKey

public static interface CacheKey.Key6<K1,K2,K3,K4,K5,K6> extends CacheKey
  • Method Details

    • key1

      K1 key1()
    • key2

      K2 key2()
    • key3

      K3 key3()
    • key4

      K4 key4()
    • key5

      K5 key5()
    • key6

      K6 key6()
    • isEmpty

      default boolean isEmpty()
      Specified by:
      isEmpty in interface CacheKey
      Returns:
      Boolean.TRUE if all sub keys are nullable
    • values

      @Nonnull default List<Object> values()
      Specified by:
      values in interface CacheKey
      Returns:
      cache key values arguments that are subjected for Cache key
    • joined

      @Nonnull default String joined()
      Specified by:
      joined in interface CacheKey