Class: FsCache::Attribute

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

Overview

Common ancestor for all attributes

Instance Method Summary collapse

Instance Method Details

#invalidated_on_change_ofObject

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