Contains classes and types which provide caching functionality over space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.Cache
Namespace GigaSpaces.Core.Cache
namespace GigaSpaces.Core.Cache
package GigaSpaces.Core.Cache
Types
All Types | Classes | Interfaces | Enumerations |
Icon | Type | Description |
---|---|---|
CacheSyncMode |
Determines cache synchronize mode
ILocalCache | |
IdBasedLocalCacheConfig |
Configures an ID-based local cache.
| |
ILocalCache |
Encapsulates a local cache over a space proxy
| |
ILocalCacheManager |
Manages a local cache.
ILocalCache | |
LocalCacheConfig |
A configuration object use to configure creation of a local cache.
| |
LocalCacheFactory |
Factory class for creating a local cache over a master space.
| |
LocalCacheUpdateMode |
Determines how the local cache should behave when data that exists in it is updated in the master space.
CreateLocalCache(ISpaceProxy, LocalCacheConfig) | |
LocalViewConfig |
A configuration object use to configure creation of a local view.
| |
LocalViewFactory |
Factory class for creating a local view over a master space.
|