Package phones :: Module com_brew :: Class FileCache
[hide private]
[frames] | no frames]

Class FileCache

source code

object --+
         |
        FileCache

Instance Methods [hide private]
 
__init__(self, bitpim_path)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_check_path(self) source code
 
_read_index(self) source code
 
_write_index(self) source code
 
_entry(self, file_name) source code
 
hit(self, file_name, datetime, data_len) source code
 
data(self, file_name) source code
 
add(self, file_name, datetime, data) source code
 
clear(self, file_name) source code
 
set_path(self, bitpim_path) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _cache_index_file_name = 'index.idx'
  current_version = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, bitpim_path)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)