Name | Description | |
---|---|---|
![]() | LRUCache<TKey,TValue> Constructor | Overloaded. |
The following tables list the members exposed by LRUCache<TKey,TValue>.
Name | Description | |
---|---|---|
![]() | LRUCache<TKey,TValue> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DEFAULT_CACHE_SIZE | Default cache size |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. |
![]() | AddOrUpdate | Adds or updates an entry to cache. If the key already exists, the entry is updated to make it most recently used. |
![]() | Clear | |
![]() | Contains | |
![]() | ContainsKey | |
![]() | CopyTo | |
![]() | GetEnumerator | |
![]() | Remove | Overloaded. |
![]() | Touch | Marks a given key as most recently used, thus preventing it from getting removed soon |
![]() | TryGetValue |
Name | Description | |
---|---|---|
![]() | ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |