Manages a local cache.
             
             ILocalCache
| C# | Visual Basic | Visual C++ | J# | 
public interface ILocalCacheManager
Public Interface ILocalCacheManager
public interface class ILocalCacheManager
public interface ILocalCacheManager
| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
| CachedEntriesCount | 
            Number of entries stored in the local cache storage.
              | |
| ClearLocalCache()()()() | 
            Clears the local cache storage, does not affect items in the cached space.
              | |
| EvictFromCache<(Of <<'(T>)>>)(Object) | 
            Evicts an entry from the cache only, does not affect entries in the cached space.
              | |
| EvictFromCache(Type, Object) | 
            Evicts an entry from the cache only, does not affect entries in the cached space.
              | |
| EvictFromCache(String, Object) | 
            Evicts an entry from the cache only, does not affect entries in the cached space.
              | |
| ReadByIdFromCache(Type, Object) | 
            Reads an entry from the local cache only, this operation will not be delegated to the cached proxy if the entry
            is not present in the local cache.
              | |
| ReadByIdFromCache<(Of <<'(T>)>>)(Object) | 
            Reads an entry from the local cache only, this operation will not be delegated to the cached proxy if the entry
            is not present in the local cache.
              | |
| ReadByIdFromCache(String, Object) | 
            Reads an entry from the local cache only, this operation will not be delegated to the cached proxy if the entry
            is not present in the local cache.
              | 
