类 SimpleKey

java.lang.Object
cn.taketoday.cache.interceptor.SimpleKey
所有已实现的接口:
Serializable

public class SimpleKey extends Object implements Serializable
A simple key as returned from the SimpleKeyGenerator.
从以下版本开始:
4.0
作者:
Phillip Webb, Juergen Hoeller
另请参阅:
  • 字段详细资料

    • EMPTY

      public static final SimpleKey EMPTY
      An empty key.
  • 构造器详细资料

    • SimpleKey

      public SimpleKey(Object... elements)
      Create a new SimpleKey instance.
      参数:
      elements - the elements of the key
  • 方法详细资料