fastdo
0.6.16
|
静态文件内存缓存(带互斥锁) 更多...
#include <http_StaticFileMemoryCache.hpp>
类 | |
struct | CacheItem |
Public 类型 | |
typedef std::map< winux::String, CacheItem > | CacheItemsMap |
Public 成员函数 | |
StaticFileMemoryCache (time_t lifeTime=0) | |
bool | hasCache (winux::String const &cacheName) const |
CacheItem const & | get (winux::String const &cacheName) const |
CacheItem & | writeCache (winux::String const &cacheName, winux::String mime, winux::Buffer content) |
void | setLifeTime (time_t lifeTime=0) |
time_t | getLifeTime () const |
静态文件内存缓存(带互斥锁)
在文件 http_StaticFileMemoryCache.hpp 第 7 行定义.
typedef std::map< winux::String, CacheItem > http::StaticFileMemoryCache::CacheItemsMap |
在文件 http_StaticFileMemoryCache.hpp 第 18 行定义.
|
inline |
在文件 http_StaticFileMemoryCache.hpp 第 21 行定义.
|
inline |
在文件 http_StaticFileMemoryCache.hpp 第 25 行定义.
|
inline |
在文件 http_StaticFileMemoryCache.hpp 第 46 行定义.
|
inline |
在文件 http_StaticFileMemoryCache.hpp 第 52 行定义.
|
inline |
在文件 http_StaticFileMemoryCache.hpp 第 66 行定义.
|
inline |
在文件 http_StaticFileMemoryCache.hpp 第 71 行定义.