Method | Description | |
---|---|---|
GetInstance ( string key ) : |
Creates a view model controller and assigns it a key. On subsequent calls, use the same key to return the same object.
|
|
Remove ( string key ) : bool |
Removes an existing view model controller.
|
Method | Description | |
---|---|---|
GetCacheItemPolicy ( ) : System.Runtime.Caching.CacheItemPolicy |
Returns cached item policy for view model controllers.
|
|
TimeSpan ( ) : System |
public GetInstance ( string key ) : |
||
key | string | Identifies the object. |
return |
public Remove ( string key ) : bool | ||
key | string | Identifies the object. |
return | bool |