Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
pip.index.PageCache Class Reference
Inheritance diagram for pip.index.PageCache:
_object

Public Member Functions

def __init__
 
def too_many_failures
 
def get_page
 
def is_archive
 
def set_is_archive
 
def add_page_failure
 
def add_page
 

Static Public Attributes

int failure_limit = 3
 

Private Attributes

 _failures
 
 _pages
 
 _archives
 

Detailed Description

Cache of HTML pages

Constructor & Destructor Documentation

def pip.index.PageCache.__init__ (   self)

Member Function Documentation

def pip.index.PageCache.add_page (   self,
  urls,
  page 
)
def pip.index.PageCache.add_page_failure (   self,
  url,
  level 
)
def pip.index.PageCache.get_page (   self,
  url 
)
def pip.index.PageCache.is_archive (   self,
  url 
)
def pip.index.PageCache.set_is_archive (   self,
  url,
  value = True 
)
def pip.index.PageCache.too_many_failures (   self,
  url 
)

Member Data Documentation

pip.index.PageCache._archives
private
pip.index.PageCache._failures
private
pip.index.PageCache._pages
private
int pip.index.PageCache.failure_limit = 3
static

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.