Module: ClassifierReborn::CachedContentNode::InstanceMethods
- Defined in:
- lib/classifier-reborn/lsi/cached_content_node.rb
Instance Method Summary collapse
-
#clear_cache! ⇒ Object
Go through each item in this index and clear the cache.
Instance Method Details
#clear_cache! ⇒ Object
Go through each item in this index and clear the cache
15 16 17 |
# File 'lib/classifier-reborn/lsi/cached_content_node.rb', line 15 def clear_cache! @items.each_value(&:clear_cache!) end |