Home
last modified time | relevance | path

Searched refs:EKeepVersions (Results 1 – 14 of 14) sorted by relevance

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/cache/
H A Dicache.hpp162 enum EKeepVersions { enum in ICache
177 virtual void SetVersionRetention(EKeepVersions policy) = 0;
180 virtual EKeepVersions GetVersionRetention() const = 0;
H A Dcache_async.hpp74 void SetVersionRetention(EKeepVersions policy) override;
75 EKeepVersions GetVersionRetention() const override;
H A Dicache_cf.hpp92 ICache::EKeepVersions kv_policy = ICache::eKeepAll; in ConfigureICache()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/cache/
H A Dicache.hpp162 enum EKeepVersions { enum in ICache
177 virtual void SetVersionRetention(EKeepVersions policy) = 0;
180 virtual EKeepVersions GetVersionRetention() const = 0;
H A Dcache_async.hpp74 void SetVersionRetention(EKeepVersions policy) override;
75 EKeepVersions GetVersionRetention() const override;
H A Dicache_cf.hpp92 ICache::EKeepVersions kv_policy = ICache::eKeepAll; in ConfigureICache()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/
H A Dneticache_client.hpp123 virtual void SetVersionRetention(EKeepVersions policy);
124 virtual EKeepVersions GetVersionRetention() const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/
H A Dneticache_client.hpp123 virtual void SetVersionRetention(EKeepVersions policy);
124 virtual EKeepVersions GetVersionRetention() const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dcache_async.cpp210 void CAsyncWriteCache::SetVersionRetention(EKeepVersions policy) in SetVersionRetention()
216 ICache::EKeepVersions CAsyncWriteCache::GetVersionRetention() const in GetVersionRetention()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dcache_async.cpp210 void CAsyncWriteCache::SetVersionRetention(EKeepVersions policy) in SetVersionRetention()
216 ICache::EKeepVersions CAsyncWriteCache::GetVersionRetention() const in GetVersionRetention()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_blobcache.hpp553 virtual void SetVersionRetention(EKeepVersions policy);
554 virtual EKeepVersions GetVersionRetention() const;
927 EKeepVersions m_VersionFlag; ///< Version retention policy
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dneticache_client.cpp379 void CNetICacheClient::SetVersionRetention(EKeepVersions) in SetVersionRetention() argument
385 ICache::EKeepVersions CNetICacheClient::GetVersionRetention() const in GetVersionRetention()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dneticache_client.cpp379 void CNetICacheClient::SetVersionRetention(EKeepVersions) in SetVersionRetention() argument
385 ICache::EKeepVersions CNetICacheClient::GetVersionRetention() const in GetVersionRetention()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/db/bdb/
H A Dbdb_blobcache.cpp1731 void CBDB_Cache::SetVersionRetention(EKeepVersions policy) in SetVersionRetention()
1737 CBDB_Cache::EKeepVersions CBDB_Cache::GetVersionRetention() const in GetVersionRetention()