Method: IdentityCache::Cached::Association#clear

Defined in:
lib/identity_cache/cached/association.rb

#clear(_record) ⇒ Object

Raises:

  • (NotImplementedError)


29
30
31
# File 'lib/identity_cache/cached/association.rb', line 29

def clear(_record)
  raise NotImplementedError
end