Method: ActiveFedora::LdpCache::ClassMethods#uncached

Defined in:
lib/active_fedora/ldp_cache.rb

#uncached(&block) ⇒ Object

Disable the query cache within the block if Active Fedora is configured. If it’s not, it will execute the given block.



14
15
16
# File 'lib/active_fedora/ldp_cache.rb', line 14

def uncached(&block)
  ActiveFedora.fedora.connection.uncached(&block)
end