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 4720 2010/03/24 0...
  __doc__ = ...
  cache_enabled = True
  cache_debug = False
  cache_force = False
  cache_show = False
  CacheRetrieve = <SCons.Action.FunctionAction instance at 0x860...
  CacheRetrieveSilent = <SCons.Action.FunctionAction instance at...
  CachePush = SCons.Action.Action(CachePushFunc, None)
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/CacheDir.py 4720 2010/03/24 03:14:11 jars'

__doc__

Value:
"""
CacheDir support
"""

CacheRetrieve

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

CacheRetrieveSilent

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