module ActiveFedora::LdpCache::ClassMethods

def uncached(&block)

If it's not, it will execute the given block.
Disable the query cache within the block if Active Fedora is configured.
def uncached(&block)
  ActiveFedora.fedora.connection.uncached(&block)
end