Sha256: 870683ae711d91860fd47eb88bc21a0b2d97f3db12291c01577e1cd59a7e579e

Contents?: true

Size: 549 Bytes

Versions: 5

Compression:

Stored size: 549 Bytes

Contents

=begin
    Copyright 2010-2015 Tasos Laskos <tasos.laskos@arachni-scanner.com>

    This file is part of the Arachni Framework project and is subject to
    redistribution and commercial restrictions. Please see the Arachni Framework
    web site for more information on licensing and terms of use.
=end

lib = Arachni::Options.paths.support + 'cache/'
require lib + 'base'
require lib + 'least_recently_pushed'
require lib + 'least_recently_used'
require lib + 'random_replacement'
require lib + 'least_cost_replacement'
require lib + 'preference'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arachni-1.3.2 lib/arachni/support/cache.rb
arachni-1.3.1 lib/arachni/support/cache.rb
arachni-1.3 lib/arachni/support/cache.rb
arachni-1.2.1 lib/arachni/support/cache.rb
arachni-1.2 lib/arachni/support/cache.rb