Apache Ignite C++
Namespaces | Classes | Variables
ignite::cache Namespace Reference

Ignite Cache API. More...

Namespaces

 event
 Contains APIs for cache events.
 
 query
 Contains APIs for creating and executing cache queries.
 

Classes

class  Cache
 Main entry point for all Data Grid APIs. More...
 
class  CacheAffinity
 Provides affinity information to detect which node is primary and which nodes are backups for a partitioned or replicated cache. More...
 
class  CacheEntry
 Cache entry class template. More...
 
class  CacheEntryEvent
 Cache entry event class template. More...
 
struct  CacheEntryEventType
 Cache entry event type. More...
 
class  CacheEntryProcessor
 Cache entry processor class template. More...
 
struct  CachePeekMode
 Enumeration of all supported cache peek modes. More...
 
class  MutableCacheEntry
 Mutable representation of CacheEntry class template. More...
 

Variables

template<typename K , typename V >
class IGNITE_IMPORT_EXPORT Cache
 

Detailed Description

Ignite Cache API.