private IEnumerable <CachedObjectId> GetCachedObjects(IndexValue indexValue)
        {
            var filter = new FilterCollection();

            filter[KeyPrefixIndex] = indexValue;

            return(namedCache.Query(filter).Cast <CachedObjectId>());
        }