bool IObjectStorage.SetListExpires(DataBuffer keySpace, StorageKey key, DateTime ttl) { return(Iface.SetExpires(keySpace, key, ttl)); }