GigaSpaces XAP.NET Documentation
ILocalCacheManager Interface
Class LibraryGigaSpaces.Core.CacheILocalCacheManager
Manages a local cache. ILocalCache
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ILocalCacheManager
Public Interface ILocalCacheManager
public interface class ILocalCacheManager
public interface ILocalCacheManager
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)