Package SCons :: Module CacheDir
[hide private]
[frames] | no frames]

Module CacheDir

source code


CacheDir support



Classes [hide private]
  CacheDir
Functions [hide private]
 
CacheRetrieveFunc(target, source, env) source code
 
CacheRetrieveString(target, source, env) source code
 
CachePushFunc(target, source, env) source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/CacheDir.py 3842 2008/12/20 2...
  __doc__ = ...
  cache_enabled = True
  cache_debug = False
  cache_force = False
  cache_show = False
  CacheRetrieve = <SCons.Action.FunctionAction instance at 0x841...
  CacheRetrieveSilent = <SCons.Action.FunctionAction instance at...
  CachePush = SCons.Action.Action(CachePushFunc, None)
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/CacheDir.py 3842 2008/12/20 22:59:52 scons'

__doc__

Value:
"""
CacheDir support
"""

CacheRetrieve

Value:
SCons.Action.Action(CacheRetrieveFunc, CacheRetrieveString)

CacheRetrieveSilent

Value:
SCons.Action.Action(CacheRetrieveFunc, None)