Sha256: a6fbf4e04b3e18ee619d8b830c9545ac11f7a3417eb646e43eddbf975b010ff5

Contents?: true

Size: 534 Bytes

Versions: 5

Compression:

Stored size: 534 Bytes

Contents

=begin
    Copyright 2010-2022 Ecsypno <http://www.ecsypno.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.6.1.3 lib/arachni/support/cache.rb
arachni-1.6.1.2 lib/arachni/support/cache.rb
arachni-1.6.1.1 lib/arachni/support/cache.rb
arachni-1.6.1 lib/arachni/support/cache.rb
arachni-1.6.0 lib/arachni/support/cache.rb