|
@@ -343,8 +343,8 @@ public:
|
|
enum ReloadResult {
|
|
enum ReloadResult {
|
|
CACHE_DISABLED, ///< The cache is not enabled in this list.
|
|
CACHE_DISABLED, ///< The cache is not enabled in this list.
|
|
ZONE_NOT_CACHED, ///< Zone is served directly, not from cache
|
|
ZONE_NOT_CACHED, ///< Zone is served directly, not from cache
|
|
- /// (including the case cache is disabled for
|
|
|
|
- /// the specific data source).
|
|
|
|
|
|
+ /// (including the case cache is disabled for
|
|
|
|
+ /// the specific data source).
|
|
ZONE_NOT_FOUND, ///< Zone does not exist in this list.
|
|
ZONE_NOT_FOUND, ///< Zone does not exist in this list.
|
|
ZONE_SUCCESS ///< The zone was successfully reloaded or
|
|
ZONE_SUCCESS ///< The zone was successfully reloaded or
|
|
/// the writer provided.
|
|
/// the writer provided.
|
|
@@ -422,8 +422,8 @@ public:
|
|
std::string name_;
|
|
std::string name_;
|
|
|
|
|
|
const internal::CacheConfig* getCacheConfig() const {
|
|
const internal::CacheConfig* getCacheConfig() const {
|
|
- return (cache_conf_.get());
|
|
|
|
- }
|
|
|
|
|
|
+ return (cache_conf_.get());
|
|
|
|
+ }
|
|
private:
|
|
private:
|
|
// this is kept private for now. When it needs to be accessed,
|
|
// this is kept private for now. When it needs to be accessed,
|
|
// we'll add a read-only getter method.
|
|
// we'll add a read-only getter method.
|