메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GetCacheItemPolicy ( ) : System.Runtime.Caching.CacheItemPolicy |
Returns cached item policy for view model controllers.
|
|
TimeSpan ( ) : System |
public GetInstance ( string key ) : |
||
key | string | Identifies the object. |
리턴 |