Class Cassiopee::CrawlerCache
In: lib/cassiopee.rb
Parent: Object

Class maning cache of results

Methods

Constants

FILE_CACHE_EXT = ".sfc"

Attributes

cache  [RW] 
errors  [RW]  max errors
file_suffix  [RW]  Suffix files name/path
max_position  [RW] 
method  [RW]  search exact: 0 hamming : 1 edit : 2
min_position  [RW]  filter

Public Class methods

Public Instance methods

Loads cache from file

Save self to cache, with cache object set from obj

[Validate]