| 560 | } |
| 561 | |
| 562 | std::vector<std::string> cmCacheManager::CacheEntry::GetPropertyList() const |
| 563 | { |
| 564 | return this->Properties.GetKeys(); |
| 565 | } |
| 566 | |
| 567 | cmValue cmCacheManager::CacheEntry::GetProperty(std::string const& prop) const |
| 568 | { |
no test coverage detected