|
osgEarth 2.1.1
|
Inheritance diagram for AsyncCache:
Collaboration diagram for AsyncCache:Public Member Functions | |
| AsyncCache (const CacheOptions &options=CacheOptions()) | |
| virtual void | setImageSync (const TileKey &key, const CacheSpec &spec, const osg::Image *image)=0 |
Definition at line 100 of file Sqlite3Cache.cpp.
| AsyncCache::AsyncCache | ( | const CacheOptions & | options = CacheOptions() | ) | [inline] |
Definition at line 103 of file Sqlite3Cache.cpp.
: Cache(options) { }
| virtual void AsyncCache::setImageSync | ( | const TileKey & | key, |
| const CacheSpec & | spec, | ||
| const osg::Image * | image | ||
| ) | [pure virtual] |
Implemented in Sqlite3Cache.
1.7.3