# File lib/tapkit/access/adapters/csv.rb, line 24
                def initialize( adapter_context )
                        super
                        @pk_cache = Hash.new(0)
                end