Raspberry Cloud
Public Member Functions | List of all members
Cache Class Referenceabstract

#include <Cache.h>

Inheritance diagram for Cache:
ConcreteCache

Public Member Functions

virtual void getFile ()=0
 
virtual void addFile ()=0
 

Detailed Description

Cache class provides interface to the caching functionality

Member Function Documentation

virtual void Cache::addFile ( )
pure virtual

Adds a file to the cache

Implemented in ConcreteCache.

virtual void Cache::getFile ( )
pure virtual

Tries to get a file from the cache

Implemented in ConcreteCache.


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