class LRUCache::Datum

def soft_expired?

def soft_expired?
  !@soft_expiration.nil? && @soft_expiration <= Time.now
end