class FsCache::Attribute

Common ancestor for all attributes

Public Instance Methods

invalidated_on_change_of() click to toggle source

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

# File lib/fs_cache/attribute.rb, line 14
def invalidated_on_change_of
  []
end