Switch to unified view

a/src/utils/circache.h b/src/utils/circache.h
...
...
71
    // Note: the dicp MUST have an udi entry
71
    // Note: the dicp MUST have an udi entry
72
    enum PutFlags {NoCompHint = 1};
72
    enum PutFlags {NoCompHint = 1};
73
    virtual bool put(const std::string& udi, const ConfSimple *dicp,
73
    virtual bool put(const std::string& udi, const ConfSimple *dicp,
74
                     const std::string& data, unsigned int flags = 0);
74
                     const std::string& data, unsigned int flags = 0);
75
75
76
    virtual bool erase(const std::string& udi);
76
    virtual bool erase(const std::string& udi, bool reallyclear = false);
77
77
78
    /** Walk the archive.
78
    /** Walk the archive.
79
     *
79
     *
80
     * Maybe we'll have separate iterators one day, but this is good
80
     * Maybe we'll have separate iterators one day, but this is good
81
     * enough for now. No put() operations should be performed while
81
     * enough for now. No put() operations should be performed while