Class: FsCache::Attribute
- Inherits:
-
Object
- Object
- FsCache::Attribute
- Defined in:
- lib/fs_cache/attribute.rb
Overview
Common ancestor for all attributes
Direct Known Subclasses
Instance Method Summary collapse
-
#invalidated_on_change_of ⇒ Object
Get the list of other attributes that invalidate this one.
Instance Method Details
#invalidated_on_change_of ⇒ Object
Get the list of other attributes that invalidate this one. If any of those attributes is chaning on a file, then reset our attribute for the file.
- Result
-
Array<Symbol>: List of dependent attributes
14 15 16 |
# File 'lib/fs_cache/attribute.rb', line 14 def invalidated_on_change_of [] end |