Class: CasheDevice::CacheDeviceBase::CachedData

Inherits:
Object
  • Object
show all
Defined in:
lib/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expireTimeObject

Returns the value of attribute expireTime.



9
10
11
# File 'lib/cache.rb', line 9

def expireTime
  @expireTime
end

#keyObject

Returns the value of attribute key.



9
10
11
# File 'lib/cache.rb', line 9

def key
  @key
end

#urlObject

Returns the value of attribute url.



9
10
11
# File 'lib/cache.rb', line 9

def url
  @url
end