474849505152535455
* Returns the key entry. */ @Override public FileCacheEntry createCacheEntry(Object key, HashKey hashKey) { TriadOwner owner = TriadOwner.A_B; return new FileCacheEntry(key, hashKey, owner, this); }