Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CacheStrategy.h File Reference
#include "threads/Event.h"
#include <stdint.h>
#include <string>

Classes

class  XFILE::CCacheStrategy
 
class  XFILE::CSimpleFileCache
 
class  XFILE::CDoubleCache
 

Namespaces

namespace  XFILE
 

Macros

#define CACHE_RC_OK   0
 
#define CACHE_RC_ERROR   -1
 
#define CACHE_RC_WOULD_BLOCK   -2
 
#define CACHE_RC_TIMEOUT   -3
 

Macro Definition Documentation

◆ CACHE_RC_ERROR

#define CACHE_RC_ERROR   -1

◆ CACHE_RC_OK

#define CACHE_RC_OK   0

◆ CACHE_RC_TIMEOUT

#define CACHE_RC_TIMEOUT   -3

◆ CACHE_RC_WOULD_BLOCK

#define CACHE_RC_WOULD_BLOCK   -2