186 187 188 189
# File 'tmpsets/set/mod001-01_core/all/fetch.rb', line 186 def write_to_cache card Card.cache.write card.key, card Card.cache.write "~#{card.id}", card.key if card.id and card.id != 0 end