Interface CacheKey.Key2<K1,K2>

All Superinterfaces:
CacheKey
Enclosing interface:
CacheKey

public static interface CacheKey.Key2<K1,K2> extends CacheKey
  • Method Details

    • key1

      K1 key1()
    • key2

      K2 key2()
    • 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