| 940 | // --------------------------------------------------------------------------- |
| 941 | |
| 942 | void DatabaseContext::Private::getFromCache(LRUCacheOfObjects &cache, |
| 943 | const std::string &code, |
| 944 | util::BaseObjectPtr &obj) { |
| 945 | cache.tryGet(code, obj); |
| 946 | } |
| 947 | |
| 948 | // --------------------------------------------------------------------------- |
| 949 |