Sirikata
Classes | Namespaces | Typedefs
libcore/include/sirikata/core/transfer/CacheLayer.hpp File Reference
#include "TransferData.hpp"
#include "URI.hpp"
#include "CachePolicy.hpp"
Include dependency graph for CacheLayer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::Transfer::CacheLayer
 Base class for cache layer--will try a next cache and respond with the data to any previous cache layers so they can store that data as well. More...
struct  Sirikata::Transfer::CacheLayer::CacheEntry

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Transfer

Typedefs

typedef std::tr1::function
< void(const SparseData *) 
Sirikata::Transfer::TransferCallback )
 Cache callback function passed into CacheLayer::getData.