C# Class Fanx.Util.EnvProps.CachedProps

Show file Open project: xored/f4

Public Properties

Property Type Description
m_defProps Fan.Sys.Map
m_files Fan.Sys.List
m_modified long[]
m_props Fan.Sys.Map
m_read long

Public Methods

Method Description
CachedProps ( Key key, List files ) : System.Collections
isStale ( List x ) : bool

Method Details

CachedProps() public method

public CachedProps ( Key key, List files ) : System.Collections
key Key
files Fan.Sys.List
return System.Collections

isStale() public method

public isStale ( List x ) : bool
x Fan.Sys.List
return bool

Property Details

m_defProps public property

public Map,Fan.Sys m_defProps
return Fan.Sys.Map

m_files public property

public List,Fan.Sys m_files
return Fan.Sys.List

m_modified public property

public long[] m_modified
return long[]

m_props public property

public Map,Fan.Sys m_props
return Fan.Sys.Map

m_read public property

public long m_read
return long