Package dev.cachly

Class CachlyClient.MSetItem

java.lang.Object
dev.cachly.CachlyClient.MSetItem
Enclosing class:
CachlyClient

public static final class CachlyClient.MSetItem extends Object
  • Field Details

    • key

      public final String key
    • value

      public final Object value
    • ttlSeconds

      public final long ttlSeconds
      TTL in seconds; 0 = no expiry.
  • Constructor Details

    • MSetItem

      public MSetItem(String key, Object value, long ttlSeconds)
    • MSetItem

      public MSetItem(String key, Object value)