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 5110 2010/07/25 1...
  __doc__ = ...
  cache_enabled = True
  cache_debug = False
  cache_force = False
  cache_show = False
  CacheRetrieve = SCons.Action.Action(CacheRetrieveFunc, CacheRe...
  CacheRetrieveSilent = SCons.Action.Action(CacheRetrieveFunc, N...
  CachePush = SCons.Action.Action(CachePushFunc, None)
  __package__ = 'SCons'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/CacheDir.py 5110 2010/07/25 16:14:38 bdeegan'

__doc__

Value:
"""
CacheDir support
"""

CacheRetrieve

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

CacheRetrieveSilent

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