OpenQuizz
Une application de gestion des contenus pédagogiques
BaseCache Class Reference
Inheritance diagram for BaseCache:
Collaboration diagram for BaseCache:

Public Member Functions

def get (self, key)
 
def set (self, key, value)
 
def delete (self, key)
 
def close (self)
 

Member Function Documentation

◆ close()

def close (   self)

Reimplemented in RedisCache.

◆ delete()

def delete (   self,
  key 
)

Reimplemented in FileCache, SafeFileCache, DictCache, and RedisCache.

◆ get()

def get (   self,
  key 
)

Reimplemented in FileCache, SafeFileCache, DictCache, and RedisCache.

◆ set()

def set (   self,
  key,
  value 
)

Reimplemented in FileCache, SafeFileCache, and DictCache.


The documentation for this class was generated from the following file: