Klasse CacheEntry<V>

java.lang.Object
ch.framedev.simplejavautils.CacheEntry<V>

public class CacheEntry<V> extends Object
  • Konstruktordetails

    • CacheEntry

      public CacheEntry(V value, long expiryTime)
  • Methodendetails

    • getValue

      public V getValue()
    • isExpired

      public boolean isExpired()