module ClassifierReborn::CachedContentNode::InstanceMethods

Public Instance Methods

clear_cache!() click to toggle source

Go through each item in this index and clear the cache

# File lib/classifier-reborn/lsi/cached_content_node.rb, line 14
def clear_cache!
  @items.each_value(&:clear_cache!)
end