module ActiveFedora::Associations

def clear_association_cache #:nodoc:

:nodoc:
Clears out the association cache.
def clear_association_cache #:nodoc:
  @association_cache.clear if persisted?
end