C# Class fBaseXtensions.Cache.Internal.Objects.CacheGizmo

Inheritance: CacheObject
Datei anzeigen Open project: herbfunk/Funky

Private Properties

Property Type Description

Public Methods

Method Description
CacheGizmo ( CacheObject baseobj ) : System
IsStillValid ( ) : bool
UpdateData ( ) : bool
UpdateWeight ( ) : void

Method Details

CacheGizmo() public method

public CacheGizmo ( CacheObject baseobj ) : System
baseobj CacheObject
return System

IsStillValid() public method

public IsStillValid ( ) : bool
return bool

UpdateData() public method

public UpdateData ( ) : bool
return bool

UpdateWeight() public method

public UpdateWeight ( ) : void
return void