Class: RubynCode::Tools::FileCache::Entry
- Inherits:
-
Data
- Object
- Data
- RubynCode::Tools::FileCache::Entry
- Defined in:
- lib/rubyn_code/tools/file_cache.rb
Instance Attribute Summary collapse
-
#cache_hits ⇒ Object
readonly
Returns the value of attribute cache_hits.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#mtime ⇒ Object
readonly
Returns the value of attribute mtime.
-
#read_count ⇒ Object
readonly
Returns the value of attribute read_count.
-
#token_count ⇒ Object
readonly
Returns the value of attribute token_count.
Instance Attribute Details
#cache_hits ⇒ Object (readonly)
Returns the value of attribute cache_hits
11 12 13 |
# File 'lib/rubyn_code/tools/file_cache.rb', line 11 def cache_hits @cache_hits end |
#content ⇒ Object (readonly)
Returns the value of attribute content
11 12 13 |
# File 'lib/rubyn_code/tools/file_cache.rb', line 11 def content @content end |
#mtime ⇒ Object (readonly)
Returns the value of attribute mtime
11 12 13 |
# File 'lib/rubyn_code/tools/file_cache.rb', line 11 def mtime @mtime end |
#read_count ⇒ Object (readonly)
Returns the value of attribute read_count
11 12 13 |
# File 'lib/rubyn_code/tools/file_cache.rb', line 11 def read_count @read_count end |
#token_count ⇒ Object (readonly)
Returns the value of attribute token_count
11 12 13 |
# File 'lib/rubyn_code/tools/file_cache.rb', line 11 def token_count @token_count end |