| 932 | // --------------------------------------------------------------------------- |
| 933 | |
| 934 | void DatabaseContext::Private::insertIntoCache(LRUCacheOfObjects &cache, |
| 935 | const std::string &code, |
| 936 | const util::BaseObjectPtr &obj) { |
| 937 | cache.insert(code, obj); |
| 938 | } |
| 939 | |
| 940 | // --------------------------------------------------------------------------- |
| 941 |