method
shared_cache?
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::SQLite3Adapter
shared_cache?()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 409
def shared_cache? # :nodoc:
@config.fetch(:flags, 0).anybits?(::SQLite3::Constants::Open::SHAREDCACHE)
end