]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPAsynConnection.h
Changes from HEAD for beta
[openldap] / contrib / ldapc++ / src / LDAPAsynConnection.h
index fdef9ccd5f44e6926a291ca3dd3e096d6b27c774..ed217d01cd78c704d6b5800795d96229af7629e0 100644 (file)
@@ -286,22 +286,6 @@ class LDAPAsynConnection{
                 LDAPUrlList::const_iterator& usedUrl,
                 const LDAPConstraints* cons) const;
 
-        /**
-         * Turn on caching, maxmem is in MB and timeout is in seconds.
-         * maxmem can be zero if you want to restrict caching by timeout only.
-         */
-        int enableCache(long timeout, long maxmem);
-        /// disable caching.
-        void disableCache();
-        /// is cacheEnabled?
-        bool getCacheEnabled() { return m_cacheEnabled;};
-        /// uncache a specific dn.  Used internally by methods that write.
-        void uncache_entry(std::string &dn);
-        /// used to clear the cache.  Probably should be used after creating
-        /// an object that a cached search should find.
-        void flush_cache();
-        
-        
     private :
         /**
          * Private copy constructor. So nobody can call it.