LocalCache Fields | 
The LocalCache type exposes the following members.
| Name | Description | |
|---|---|---|
| DEFAULT_EXPIRE | 
            By default, the cache entries never expire.
              | |
| DEFAULT_FLUSH | 
            By default, expired cache entries are flushed on a minute
            interval.
              | |
| DEFAULT_KEY_MASK | 
            The default key mask that ignores nothing.
              | |
| DEFAULT_PRUNE | 
            By default, when the cache prunes, it reduces its entries by 25%,
            meaning it retains 75% (.75) of its entries.
              | |
| DEFAULT_UNITS | 
            By default, the cache size (in units) is infinite.
              | |
| m_avgTouch | 
            For a prune cycle, this value is the average number of touches
            that an entry should have. This value is used by the hybrid
            eviction policy.
              | |
| m_dict | 
            Wrapped, non-thread safe dictionary.
              (Inherited from SynchronizedDictionary.) | |
| m_lastPrune | 
            The last time that a prune was run. This value is used by the
            hybrid eviction policy.
              |