Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.SimpleCache< T > Member List

This is the complete list of members for Loyc.Collections.SimpleCache< T >, including all inherited members.

_cacheHits (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >protected
_comparer (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >protected
_inUse (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >protected
_mask (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >protected
_maxSize (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >protected
_replacementCount (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >protected
_table (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >protected
Cache(T?obj) (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >inline
CacheHits (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >
CacheMisses (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >
Clear() (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >inline
DebugCheck() (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >inline
Enlarge() (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >inlineprotected
SimpleCache() (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >inline
SimpleCache(int maxSize) (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >inline
SimpleCache(int maxSize, IEqualityComparer< T >?comparer) (defined in Loyc.Collections.SimpleCache< T >)Loyc.Collections.SimpleCache< T >inline