Class: Innate::LRUHash::CacheObject

Inherits:
Struct
  • Object
show all
Defined in:
/home/manveru/github/ramaze/ramaze.net/tmp/git/innate/lib/innate/lru_hash.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) atime

Returns the value of attribute atime

Returns:

  • (Object)

    the current value of atime



19
20
21
# File '/home/manveru/github/ramaze/ramaze.net/tmp/git/innate/lib/innate/lru_hash.rb', line 19

def atime
  @atime
end

- (Object) content

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



19
20
21
# File '/home/manveru/github/ramaze/ramaze.net/tmp/git/innate/lib/innate/lru_hash.rb', line 19

def content
  @content
end

- (Object) size

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



19
20
21
# File '/home/manveru/github/ramaze/ramaze.net/tmp/git/innate/lib/innate/lru_hash.rb', line 19

def size
  @size
end