class EntityCache::Log

Public Instance Methods

tag!(tags) click to toggle source
# File lib/entity_cache/log.rb, line 3
def tag!(tags)
  tags << :cache
end