class LRUCache
class LRUCache::Datum
lrucache
0.1.4
# soft_expired?
def soft_expired? !@soft_expiration.nil? && @soft_expiration <= Time.now end